Faidon Liambotis has uploaded a new change for review.

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


Change subject: apache: bump MaxClients from 40 to 100 for bits
......................................................................

apache: bump MaxClients from 40 to 100 for bits

40 is regularly being exhausted during bits deploys. It's also
unreasonably low, as a) the bits requests are cheap, b) the machines
themselves are fairly idle, b) there are just a few of bits apaches, so
even the aggregate effect won't cascade to other subsystems.

Increase this to 100, which is more of a guess than a
proven-in-benchmarks number, but which should fix outages.

Change-Id: I9e311c98fc00a4c197e62e9083398dbac66cdd85
---
M manifests/role/applicationserver.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/29/108929/1

diff --git a/manifests/role/applicationserver.pp 
b/manifests/role/applicationserver.pp
index ee153e1..f0e370d 100644
--- a/manifests/role/applicationserver.pp
+++ b/manifests/role/applicationserver.pp
@@ -190,7 +190,7 @@
 
                class { "role::applicationserver::common": group => 
"bits_appserver", lvs_pool => "apaches" }
 
-               include role::applicationserver::webserver
+               class { "role::applicationserver::webserver": maxclients => 
"100" }
        }
        class imagescaler{
                system::role { "role::applicationserver::imagescaler": 
description => "Imagescaler Application server" }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9e311c98fc00a4c197e62e9083398dbac66cdd85
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