Re: BUG #16232: Database server connection limit exceeding

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #16232: Database server connection limit exceeding
Дата
Msg-id 29778.1580054691@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #16232: Database server connection limit exceeding  (Deepak Rai <deepakraib@gmail.com>)
Список pgsql-jdbc
Deepak Rai <deepakraib@gmail.com> writes:
> We are actively monitoring database connections and total connection count
> was not more than 14. Max connections are allowed in the database is 300.
> May i know why this is occurring even though connection is not crossing its
> threshold.

Over-aggressive setting for superuser_reserved_connections, perhaps?
Another possibility is a whole lot of uncommitted prepared transactions.

            regards, tom lane



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

Предыдущее
От: Clemens Eisserer
Дата:
Сообщение: Re: BUG #16230: Boolean column stick to "false" after callingupdateRow() on updateable ResultSet
Следующее
От: Deepak Rai
Дата:
Сообщение: Re: BUG #16232: Database server connection limit exceeding