Tune psql1 a bit to avoid more Bleromer outages

This commit is contained in:
Salt 2021-08-22 10:45:23 -05:00
parent 7d3e8b5a86
commit 406adc20b9

View File

@ -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 }