Replies: 1 comment 4 replies
-
Hi Emmanuel, |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
We have setup a PostgreSQL SMP in our staging environnement on K8S/Docker. Everything works fine except that we havea slight but steady increase in the number of connections to the database. After some time, we are forced to restart the cluster of the database due to the lack of available connexions.
After analysing, we can see that "COMMIT" transactions stays in idle state as if they were not close.
We tried to setup the "jdbc.read-connections.max" configuration property to "2" but it didn't change anything.
Is there anything we can do in order to auto close connexions ?
Best Regards
Emmanuel
Beta Was this translation helpful? Give feedback.
All reactions