Re: Too many clients - Error
От | John McKown |
---|---|
Тема | Re: Too many clients - Error |
Дата | |
Msg-id | Pine.LNX.4.21.0007260549300.16549-100000@linux2.johnmckown.net обсуждение исходный текст |
Ответ на | Too many clients - Error (Florian Meyer-Kassel <meyer-kassel@online-shop-ag.de>) |
Ответы |
Re: Too many clients - Error
|
Список | pgsql-novice |
On Wed, 26 Jul 2000, Florian Meyer-Kassel wrote: > Hi out there. > > Since this morning I'm getting this error when I try to connect to our > DB-Server: > > Sorry, too many clients already > > > What does that mean ? Where can I set this limit ? What's the cause for this > error ? I didn't have this before... > PostgreSQL as normally distributed only allows 32 concurrent users. You have exceeded this number of users. You can fix this in one of two ways. The hard way is to reconfigure & recompile PostgreSQL using the --with-maxbackends=1024 (maximum number of users is 1024!). The simple way is to edit the PostgreSQL startup script to include the parameter "-N 1024" to set the maximum number of concurrent connections to 1024. I don't see any command to list who is currently using PostgreSQL. Hope this helps some, John
В списке pgsql-novice по дате отправления: