> In response to Radcon Entec <radconen...@yahoo.com>:
>> 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@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to