Clean up postgresql template and move variables into host vars for each db host as they are memory dependent.

This commit is contained in:
Kevin Fenzi 2016-04-01 23:32:00 +00:00
parent da7de4ec0d
commit 4dad64e596
10 changed files with 17 additions and 23 deletions

View file

@ -43,4 +43,5 @@ fas_client_groups: sysadmin-qa,sysadmin-noc
kernel_shmmax: 68719476736
host_backup_targets: ['/backups']
shared_buffers: "4GB"
shared_buffers: "2GB"
effective_cache_size: "6GB"