Postgres DB connection limits

Hey, just wanted to check what are the limits for the number of connections to the Postgres instances?

1 Like

The default max connections setting is 300

However, you could modify this value by pulling that repository, changing the line linked above and then deploying to your postgres cluster.

2 Likes