From 406adc20b9e931a5071e383b3e1cb871f42f96aa Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 22 Aug 2021 10:45:23 -0500 Subject: [PATCH] Tune psql1 a bit to avoid more Bleromer outages --- playbooks/db.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playbooks/db.yml b/playbooks/db.yml index 9cde7a5..4377099 100755 --- a/playbooks/db.yml +++ b/playbooks/db.yml @@ -11,6 +11,10 @@ postgresql_global_config_options: - option: listen_addresses value: 192.168.164.156 + - option: max_connections + value: 60 + - option: shared_buffers + value: 128MB postgresql_hba_entries: - { type: local, database: all, user: postgres, auth_method: trust } - { type: local, database: all, user: all, auth_method: md5 }