Adjust postgres memory settings on db-koji.stg
This commit is contained in:
parent
a3c6fb1061
commit
83499c9f59
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue