Re: max_connections - Mailing list pgsql-general

From Scott Marlowe
Subject Re: max_connections
Date
Msg-id CAOR=d=1kUZQFzM=amuD8uAoV7XWt4XS=jNB80zpCP2R82-vEcA@mail.gmail.com
Whole thread Raw
In response to max_connections  ("Modumudi, Sireesha" <Sireesha.Modumudi@emc.com>)
List pgsql-general
On Wed, Sep 5, 2012 at 2:30 PM, Modumudi, Sireesha
<Sireesha.Modumudi@emc.com> wrote:
> Hi all,
>
> I am using postgres 8.3.9 on SUSE 64 bit. By default max_connections is 100,
> but I want to know if this can be increased, if so, what should we take into
> consideration?

If you're considering raising this then you should probably be looking
at some kind of pooler like pgbouncer or pgool.    That said I've run
servers that did things like sessions (small transactions and lots of
idle connects) to ~1000 before but make sure you've got enough memory
free as each backend will use about 6MB of memory.


pgsql-general by date:

Previous
From: "Modumudi, Sireesha"
Date:
Subject: max_connections
Next
From: jam3
Date:
Subject: Re: Would my postgresql 8.4.12 profit from doubling RAM?