Skip to content

Commit

Permalink
Increase shared_buffers on galaxy-db-02
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Oct 3, 2018
1 parent 30fabb7 commit 441f4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/main/group_vars/dbservers/vars.yml
Expand Up @@ -10,7 +10,7 @@ postgresql_archive_wal_rsync_args: '--ignore-existing -ptg'
postgresql_conf:
listen_addresses: "'*'"
max_connections: 500
shared_buffers: 2048MB
shared_buffers: 4096MB
temp_buffers: 64MB
max_prepared_transactions: 100
work_mem: 64MB
Expand Down

0 comments on commit 441f4cf

Please sign in to comment.