Faidon Liambotis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/227986

Change subject: mail: bump spamassassin's max_children to 16
......................................................................

mail: bump spamassassin's max_children to 16

We frequently get "all spamd servers failed" due to connection refused
from our main MX. spamd frequently complaints about server reaching
--max-children setting and there are various times where child states
reaches to all 8 of them being in a "B"(usy) state.

Raise the max_children limit to 16 from the current 8. The MXes are
dedicated servers with 16GB RAM, so there is plenty of wiggle room for
that.

Change-Id: I8a823991d328c057d578013e01a05c2c2fb46388
---
M manifests/role/mail.pp
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/86/227986/1

diff --git a/manifests/role/mail.pp b/manifests/role/mail.pp
index 62b4116..b75b0de 100644
--- a/manifests/role/mail.pp
+++ b/manifests/role/mail.pp
@@ -27,6 +27,7 @@
         required_score   => '4.0',
         use_bayes        => '1',
         bayes_auto_learn => '1',
+        max_children     => 16,
         trusted_networks => $network::constants::all_networks,
     }
 

-- 
To view, visit https://gerrit.wikimedia.org/r/227986
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8a823991d328c057d578013e01a05c2c2fb46388
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Faidon Liambotis <fai...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to