Question
How to solve Too Many Clients issue?
We constantly keep bumping into Too Many Clients
issue on our Managed Postgresql cluster. We are currently using the smallest cluster.
When we bump into this issue, we try to run pg_stat_activity
and kill some pids that are locking it.
But sometimes, we are unable to run the pg_stat_activity
command, because of too many connections.
how do we solve this problem for ourselves?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×