Skip to content

Commit

Permalink
Merge pull request #1163 from sanjaysrikakulam/increase_db_max_conn
Browse files Browse the repository at this point in the history
increase DB max_connections by 50% to avoid connection errors
  • Loading branch information
sj213 authored Apr 3, 2024
2 parents cf7c8ae + 6cad5e6 commit 74c86e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion group_vars/sn05.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ software_groups_to_install:
# PostgreSQL
postgresql_conf:
- listen_addresses: "'*'"
- max_connections: 512
- max_connections: 768
- shared_buffers: "4GB"
- temp_buffers: "64MB"
- max_prepared_transactions: 100
Expand Down

0 comments on commit 74c86e3

Please sign in to comment.