Re: max_connections

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: max_connections
Дата
Msg-id CAOR=d=1kUZQFzM=amuD8uAoV7XWt4XS=jNB80zpCP2R82-vEcA@mail.gmail.com
обсуждение исходный текст
Ответ на max_connections  ("Modumudi, Sireesha" <Sireesha.Modumudi@emc.com>)
Список 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 по дате отправления:

Предыдущее
От: "Modumudi, Sireesha"
Дата:
Сообщение: max_connections
Следующее
От: jam3
Дата:
Сообщение: Re: Would my postgresql 8.4.12 profit from doubling RAM?