PostgreSQL processes use large amount of private memory on Windows

2020-09-17 Thread Øystein Kolsrud
f processes in my tests is to extract large amounts of data, but when I do that, it is always the "shared working set" that grows. "private working set" remains stable at around 5 MB. -- Best regards, Øystein Kolsrud

Re: PostgreSQL processes use large amount of private memory on Windows

2020-09-18 Thread Øystein Kolsrud
in the same way. This leads me to think that there is some configuration on the server side that is somehow affecting memory allocation. It's almost as if the shared memory allocation between processes is not working and that all processes are holding a copy of the shared memory instead of actua