Re: Max connections

From: nelson(at)radix(dot)com(dot)br
To: eriko <eriko(at)radix(dot)com(dot)br>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Max connections
Date: 2001-01-05 15:33:39
Message-ID: 978708819.3a55e953d52ba@gandalf.radix.com.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


You can set the max number of backends with the parameter '-N nprocs' when
you start postmaster. So 'postmaster -N 64' will let you make 64 simultaneous
connections.
The default seting is 32 backends.

Nelson

Quoting eriko <eriko(at)radix(dot)com(dot)br>:

> What the max number of connections in postgresql database?
>
> Thanks
>
> Eriko.
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-01-05 16:20:43 Re: [HACKERS] Re: pg_dump return status..
Previous Message nfj 2001-01-05 15:30:51 Re: Max connections