Re: BUG #15661: Error connecting to the server

Поиск
Список
Период
Сортировка
От Guy Rouillier
Тема Re: BUG #15661: Error connecting to the server
Дата
Msg-id em3bea6286-3c58-45a8-8db9-e61f3fc3868b@asus
обсуждение исходный текст
Ответ на BUG #15661: Error connecting to the server  (PG Bug reporting form <noreply@postgresql.org>)
Список pgsql-bugs
On 2/28/2019 3:42:19 AM, "PG Bug reporting form" <noreply@postgresql.org> wrote:

The following bug has been logged on the website:
 
Bug reference: 15661
Logged by: ZRIRAK YOUSSEF
Email address: youssef.zrirak@yazaki-europe.com
PostgreSQL version: 9.4.0
Operating system: windows server 2012 R2
Description:
 
Hello
we had faced many type this type of message ( Error connecting to the server
:Fatal: too many clients already )
 
could you please support in this subject
 
Many thanks
 
Check your postgresql.conf configuration file.  Specifically, look at the section headed "CONNECTIONS AND AUTHENTICATION".  Default max_connections = 100.  You provide no information to go on regarding your environment, other than your server being Windows Server 2012, so we don't know what type of clients you are using.  The default value is typically enough; if you are exceeding that on a regular basis, chances are your clients are failing to release their connections when finished.  You *could* just increase your max_connections value, but without understanding your client environment, this is not a good general solution.  Each client connection consumes resources, so you don't want to just blindly allow a large number of connections.  Ideally, you'd like your clients to connect just long enough to execute a business transaction and then immediately disconnect; connection pools allow this to be done efficiently.

--
Guy Rouillier



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #15660: pg_dump memory leaks when dumping LOBs
Следующее
От: Elizabeth Mytko
Дата:
Сообщение: pgAdmin - Download as CSV