Re: Memory settings when running postgres in a docker container

2024-11-22 Thread Koen De Groote
Ah, see, I didn't know that. On Wed, Nov 20, 2024 at 11:10 PM David Mullineux wrote: > i dont get why you think all memroy will be used. > When you say > shared_buffers = 16GB > effective_cache_size = 48GB > > ...then this is using only 16GB for shared buffers. > > The effective _cache_size doe

Re: Memory settings when running postgres in a docker container

2024-11-20 Thread David Mullineux
i dont get why you think all memroy will be used. When you say shared_buffers = 16GB effective_cache_size = 48GB ...then this is using only 16GB for shared buffers. The effective _cache_size doesn't cause any memory to.be allocated. It's just a hint to optomizer On Wed, 20 Nov 2024, 11:16