Maximum number of client connection supported by Postgres 8.4.6

From: Jenish Vyas <jenishvyas(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Maximum number of client connection supported by Postgres 8.4.6
Date: 2011-07-21 10:00:37
Message-ID: CANqFkjG+FuGbQkaLqT9D2RCMQKPUZOTQbuzqdvjtQfmDDRUmGg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi All,

please let me know what is the maximum number of concurrent client
connection supported by Postgres 8.4.6

max_connections = ????

For my database,

If I am running the test for more then 1000 concurrent active user it is
showing me error “running out of connection”

I have set max_connections = 1200.

Thanks & regards,
JENISH VYAS

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Pavel Stehule 2011-07-21 10:16:39 Re: Maximum number of client connection supported by Postgres 8.4.6
Previous Message Sim Zacks 2011-07-21 09:36:50 Re: Alarm function in PL/pgSQL