Adjust postgres memory settings on db-koji.stg

This commit is contained in:
Mikolaj Izdebski 2018-03-08 04:12:16 +00:00
parent a3c6fb1061
commit 83499c9f59
2 changed files with 4 additions and 4 deletions

View file

@ -40,8 +40,8 @@ custom_rules: [
#
nrpe_procs_warn: 600
nrpe_procs_crit: 700
shared_buffers: "8GB"
effective_cache_size: "24GB"
shared_buffers: "4GB"
effective_cache_size: "12GB"
# Keepalived variables
#keepalived_interface: eth0

View file

@ -40,8 +40,8 @@ custom_rules: [
#
nrpe_procs_warn: 600
nrpe_procs_crit: 700
shared_buffers: "8GB"
effective_cache_size: "24GB"
shared_buffers: "4GB"
effective_cache_size: "12GB"
# Keepalived variables
#keepalived_interface: eth0