Re: too many clients - Error message

Поиск
Список
Период
Сортировка
От Charles Tassell
Тема Re: too many clients - Error message
Дата
Msg-id 4.2.0.58.20000422164108.00a937f0@mailer.isn.net
обсуждение исходный текст
Ответ на too many clients - Error message  ("Joseph" <lters@mrtc.com>)
Список 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


В списке pgsql-general по дате отправления:

Предыдущее
От: Frank Joerdens
Дата:
Сообщение: unique row identifier data type exhausted . . .
Следующее
От: "SUDDN"
Дата:
Сообщение: Where can I get free ODBC drivers for postgres?