Re: PostgreSQL: Number of waiting connections too high

Поиск
Список
Период
Сортировка
От Atul Kumar
Тема Re: PostgreSQL: Number of waiting connections too high
Дата
Msg-id CA+ONtZ66PP+RdM+qOfywAH24j=dR-f+zTXAwctCOcABWZ_7yvg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: PostgreSQL: Number of waiting connections too high  (Holger Jakobs <holger@jakobs.com>)
Ответы Re: PostgreSQL: Number of waiting connections too high
Список pgsql-admin
Hi,

The max_connections are 5000.

but I am getting the alert on mere 500 connections.

Please suggest why is this happening.



Regards,
Atul




On 12/15/20, Holger Jakobs <holger@jakobs.com> wrote:
> Hi,
>
> TCP maintains a backlog of waiting connections if a server application
> doesn't accept or deny connections.
>
> PostgreSQL has a setting max_connections, so it won't accept any more.
>
> So there are two solutions:
>
>   * Lower the number of concurrent clients
>   * Increase the max_connections setting in postgresql.conf
>
> Regards,
>
> Holger
>
> Am 15.12.20 um 10:15 schrieb Atul Kumar:
>> HI,
>>
>> I have postgres with 11.8 version.
>>
>> I am getting below error of
>> PostgreSQL: Number of waiting connections too high.
>>
>> Please help me in solving this situation.
>>
>>
>>
>> Regards,
>> Atul
>>
>>
> --
> Holger Jakobs, Bergisch Gladbach, Tel. +49-178-9759012
>
>



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

Предыдущее
От: Holger Jakobs
Дата:
Сообщение: Re: PostgreSQL: Number of waiting connections too high
Следующее
От: Wim Bertels
Дата:
Сообщение: Re: PostgreSQL: Number of waiting connections too high