Report this

What is the reason for this report?

How to solve Too Many Clients issue?

Posted on December 26, 2019

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!

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.

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

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.