db-koji01: adjust postgresql parameters to hopefully perform better
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
8b9c29b98b
commit
f7c7ad0ae2
1 changed files with 4 additions and 4 deletions
|
@ -20,8 +20,8 @@ dbs_to_backup:
|
||||||
|
|
||||||
# These are normally group variables, but in this case db servers are often different
|
# These are normally group variables, but in this case db servers are often different
|
||||||
lvm_size: 300000
|
lvm_size: 300000
|
||||||
mem_size: 32768
|
mem_size: 65535
|
||||||
num_cpus: 16
|
num_cpus: 64
|
||||||
fas_client_groups: sysadmin-dba,sysadmin-noc,sysadmin-veteran
|
fas_client_groups: sysadmin-dba,sysadmin-noc,sysadmin-veteran
|
||||||
|
|
||||||
# kernel SHMMAX value
|
# kernel SHMMAX value
|
||||||
|
@ -45,5 +45,5 @@ nrpe_procs_warn: 600
|
||||||
nrpe_procs_crit: 700
|
nrpe_procs_crit: 700
|
||||||
|
|
||||||
db_backup_dir: ['/backups']
|
db_backup_dir: ['/backups']
|
||||||
shared_buffers: "8GB"
|
shared_buffers: "32GB"
|
||||||
effective_cache_size: "24GB"
|
effective_cache_size: "32GB"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue