Re: connections problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: connections problem
Дата
Msg-id 26820.1072466062@sss.pgh.pa.us
обсуждение исходный текст
Ответ на connections problem  (ivan <iv@psycho.pl>)
Ответы Re: connections problem  (ivan <iv@psycho.pl>)
Список pgsql-hackers
ivan <iv@psycho.pl> writes:
> i need to connect to by my database more then 100 connections,
> but after ~20-30 conn, postmaster says me "Resource temporarily
> unavailable", what are this resource ?

First bet is that you are running into a maximum-number-of-processes-
per-user limit imposed by "ulimit -u".

It's also possible that you need more RAM or swap space.
        regards, tom lane


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

Предыдущее
От: ivan
Дата:
Сообщение: Re: connections problem
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: connections problem