Re: BUG #16232: Database server connection limit exceeding - Mailing list pgsql-jdbc

From Tom Lane
Subject Re: BUG #16232: Database server connection limit exceeding
Date
Msg-id 29778.1580054691@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #16232: Database server connection limit exceeding  (Deepak Rai <deepakraib@gmail.com>)
List 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 by date:

Previous
From: Clemens Eisserer
Date:
Subject: Re: BUG #16230: Boolean column stick to "false" after callingupdateRow() on updateable ResultSet
Next
From: Deepak Rai
Date:
Subject: Re: BUG #16232: Database server connection limit exceeding