Re: too many clients - Error message

From: Charles Tassell <ctassell(at)isn(dot)net>
To: "Joseph" <lters(at)mrtc(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: too many clients - Error message
Date: 2000-04-22 19:43:14
Message-ID: 4.2.0.58.20000422164108.00a937f0@mailer.isn.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

The maximum number of backends that the PostGres postmaster will start is
32. If you want more, you have to specify the maximum on the command line
with the -N option. IE, you can start postgres like this to allow internet
connections, have it fork into the background, and allow 100 simultaneous
connections:
/usr/local/pgsql/bin/postmaster -i -B 256 -S -N 100

At 07:16 AM 4/22/00, Joseph wrote:

>How do you solve this error message?
>
>Connection to database 'template1' failed.
>Sorry, too many clients already
>
>
>Joseph

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Paul Dlug 2000-04-22 20:19:05 storing large amounts of text
Previous Message Frank Joerdens 2000-04-22 19:14:19 unique row identifier data type exhausted . . .