Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Update default connection for DB - Closes #4062 #4071

Merged
merged 1 commit into from
Aug 13, 2019

Conversation

shuse2
Copy link
Collaborator

@shuse2 shuse2 commented Aug 13, 2019

What was the problem?

Max connection 95 per instance was too heigh to support default max connection 100

How did I solve it?

Update the default connection to 25 to support 4 instances.

How to manually test it?

Start the node and observe the connection doesn't go beyond the max * 3
psql -Atc 'SELECT count(*) FROM pg_stat_activity'

Review checklist

@shuse2 shuse2 requested a review from nazarhussain August 13, 2019 14:49
@shuse2 shuse2 self-assigned this Aug 13, 2019
@shuse2 shuse2 requested a review from lsilvs August 13, 2019 14:50
@shuse2 shuse2 merged commit 526ad7f into release/2.3.0 Aug 13, 2019
@shuse2 shuse2 deleted the 4062-decrease_default_connection branch August 13, 2019 15:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants