diff options
-rw-r--r-- | inventory/host_vars/db01.phx2.fedoraproject.org | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/inventory/host_vars/db01.phx2.fedoraproject.org b/inventory/host_vars/db01.phx2.fedoraproject.org index 6b47ca8a8..8889a747f 100644 --- a/inventory/host_vars/db01.phx2.fedoraproject.org +++ b/inventory/host_vars/db01.phx2.fedoraproject.org @@ -30,10 +30,10 @@ fas_client_groups: sysadmin-dba,sysadmin-noc custom_rules: [ '-A INPUT -p tcp -m tcp --dport 5432 -j ACCEPT' ] # -# Large updates pushes cause lots of db threads doing the tag moves, so up this from default. +# db01 handles lots of apps, could have many procs if they are busy. # -nrpe_procs_warn: 400 -nrpe_procs_crit: 500 +nrpe_procs_warn: 800 +nrpe_procs_crit: 900 host_backup_targets: ['/backups'] shared_buffers: "1GB" |