Re: maximum number of client connections?

From: "Dann Corbit" <DCorbit(at)connx(dot)com>
To: "Mark Harrison" <mh(at)pixar(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: maximum number of client connections?
Date: 2003-10-16 19:13:52
Message-ID: D90A5A6C612A39408103E6ECDD77B8294CE219@voyager.corporate.connx.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

From:
http://www.postgresql.org/docs/7.3/interactive/app-postmaster.html

"-N max-connections
Sets the maximum number of client connections that this postmaster will
accept. By default, this value is 32, but it can be set as high as your
system will support. (Note that -B is required to be at least twice -N.
See the Administrator's Guide for a discussion of system resource
requirements for large numbers of client connections.)"

I hope you have lots of memory on that machine.

> -----Original Message-----
> From: Mark Harrison [mailto:mh(at)pixar(dot)com]
> Sent: Thursday, October 16, 2003 11:47 AM
> To: pgsql-general(at)postgresql(dot)org
> Subject: [GENERAL] maximum number of client connections?
>
>
> We have the situation where it would be convenient if we
> could support a large number (>1024, possibly in the 2000-3000
> range) of client connections.
>
> What are our options for this?
>
> Many TIA,
> Mark
>
> --
> Mark Harrison
> Pixar Animation Studios
> Emeryville, CA
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to
> majordomo(at)postgresql(dot)org
>

Browse pgsql-general by date

  From Date Subject
Next Message Dennis Gearon 2003-10-16 19:19:00 Remote updating
Previous Message Mark Harrison 2003-10-16 18:47:17 maximum number of client connections?