By leninmishra
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?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hello,
What I could suggest is setting up a connection pool for your cluster, it would help you with your max connection limits problem. You can take a look at the official documentation here on how to manage connection pools for PostgreSQL Database Clusters:
https://www.digitalocean.com/docs/databases/postgresql/how-to/manage-connection-pools/
Regards, Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.