Re: RAM usage per connection

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Steve Lane <slane(at)moyergroup(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: RAM usage per connection
Date: 2004-05-12 20:13:37
Message-ID: 28150.1084392817@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Steve Lane <slane(at)moyergroup(dot)com> writes:
> I have a customer with an application in production (postgres + php +
> apache) where we began seeing a number of scary messages in the logs. (It's
> postgres 7.2.1, by the way).
^^^^^^^^^^^^^^

Reading the CVS logs for post-7.2.1 bug fixes will curl your toes.
You're irresponsible to still be running production data on that
version. Move up to 7.2.4 before you find out the hard way.

> I tried increasing max_clients, but got a message to the effect that SHMMIN
> was set incorrectly on my machine ...

I'd expect SHMMAX to be the issue not SHMMIN. It's set very
conservatively on many platforms, and you should not be afraid to raise
it.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Gordon Ross 2004-05-12 20:20:51 Re: Problems dumping database from 7.3.1
Previous Message Tom Lane 2004-05-12 19:35:44 Re: Problems dumping database from 7.3.1