Re: Recommended number of connections

From: "Tomeh, Husam" <HTomeh(at)facorelogic(dot)com>
To: "M C" <shimeee(at)yahoo(dot)com>, <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Recommended number of connections
Date: 2008-09-17 17:30:53
Message-ID: F1B0F9305B343E43A1C3EECE48B853D503198D01@CITGSNA01SXCH02.ana.firstamdata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

The maximum number of Postgres connections you can have may be
controlled by adjusting the max_connections PG parameter based on your
anticipated connections needs and requirements.

Make sure that your Kernel's related parameters are also configured
properly to accommodate your max_connections settings (e.g, in Linux,
SEM* kernel's parameters) when increasing the max_connections parameter.

http://www.postgresql.org/docs/8.2/static/runtime-config-connection.html
<http://www.postgresql.org/docs/8.2/static/runtime-config-connection.htm
l>

http://www.postgresql.org/docs/8.2/static/kernel-resources.html#SYSVIPC
<http://www.postgresql.org/docs/8.2/static/kernel-resources.html#SYSVIPC
>

Regards,

Husam

________________________________

From: pgsql-admin-owner(at)postgresql(dot)org
[mailto:pgsql-admin-owner(at)postgresql(dot)org] On Behalf Of M C
Sent: Wednesday, September 17, 2008 10:01 AM
To: pgsql-admin(at)postgresql(dot)org
Subject: [ADMIN] Recommended number of connections

What are the "maximum" amount of "connections" allowed to "postgres"?
and what would be a resonable amount of connection/processes to see
based on user connections?

**********************************************************************
This message contains confidential information intended only for the use of the addressee(s) named above and may contain information that is legally privileged. If you are not the addressee, or the person responsible for delivering it to the addressee, you are hereby notified that reading, disseminating, distributing or copying this message is strictly prohibited. If you have received this message by mistake, please immediately notify us by replying to the message and delete the original message immediately thereafter.

Thank you.

FADLD Tag
**********************************************************************

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Scott Marlowe 2008-09-17 17:39:37 Re: Recommended number of connections
Previous Message M C 2008-09-17 17:01:10 Recommended number of connections