Re: maximum number of client connections? - Mailing list pgsql-general

From Reid Thompson
Subject Re: maximum number of client connections?
Date
Msg-id 64AE3D5B518E3648ACC823FBCB0B7375ADF249@sr002-2kexc.ateb.com
Whole thread Raw
In response to maximum number of client connections?  (Mark Harrison <mh@pixar.com>)
List pgsql-general
3000 clients = B of 6000(minimum) -> 6000 * 8KB = 48000KB
1MB = 1024KB
48000KB/(1024KB/MB) = 46.875 MB

is my math right?  only 47MB??

reid


> -----Original Message-----
> From: Dann Corbit [mailto:DCorbit@connx.com]
> Sent: Thursday, October 16, 2003 3:14 PM
> To: Mark Harrison
> Cc: pgsql-general@postgresql.org
> Subject: Re: [GENERAL] maximum number of client connections?
>
>
> 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@pixar.com]
> Sent: Thursday, October 16, 2003 11:47 AM
> To: pgsql-general@postgresql.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@postgresql.org
>

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

pgsql-general by date:

Previous
From: "Edwin Quijada"
Date:
Subject: Perl and Postgres
Next
From: Tom Lane
Date:
Subject: Re: ShmemAlloc errors