Re: cannot detect too many clients
| От | Tom Lane |
|---|---|
| Тема | Re: cannot detect too many clients |
| Дата | |
| Msg-id | 5629.999541323@sss.pgh.pa.us обсуждение |
| Ответ на | cannot detect too many clients (Tatsuo Ishii <t-ishii@sra.co.jp>) |
| Ответы |
Re: cannot detect too many clients
|
| Список | pgsql-hackers |
Tatsuo Ishii <t-ishii@sra.co.jp> writes:
> I have a fatal error message while connecting more than 32 users using
> current:
> Aug 29 11:25:18 srapc1474 postgres[12189]: [1] FATAL 1:
> ProcGetNewSemIdAndNum: cannot allocate a free semaphore
> rather than a more informative message:
> Sorry, too many clients already
> Does anynbody know what's happening?
Ugh. I thought I'd tested that. The problem is that it runs out of
semaphores before noting that there's no free slots in the PROC array
(which is where the "more informative" message was supposed to come
out). Need to rearrange the order of operations, or some such.
Will fix.
regards, tom lane
В списке pgsql-hackers по дате отправления: