Search Postgresql Archives

Re: Controlling proliferation of postgres.exe processes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> In response to Radcon Entec <radconentec@xxxxxxxxx>:
>> At the current moment, our customer's computer has 22 instances of postgres.exe running.  When a colleague checked a few minutes ago, there were 29.  Our contract specifies that we cannot consume more than 40% of the computer's memory, and we're over that level.

Keep in mind the Postgres uses shared memory, so make sure not to
count the shared memory segment (set by the shared_buffers
configuration value) repeatedly for every process. I'm not sure which
Windows tools make it clear this shared memory is the same and which
might make it appear to belong to every process.

-- 
greg
http://mit.edu/~gsstark/resume.pdf

-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux