Up mirrorlist servers max apache workers to 900 from the default of 256. We are hitting this now with the last change.

This commit is contained in:
Kevin Fenzi 2015-10-15 19:14:45 +00:00
parent 2f3988868c
commit 539bdfca04

View file

@ -25,6 +25,9 @@ WSGIScriptAlias /mirrorlist /usr/share/mirrormanager2/mirrorlist_client.wsgi
# is in front of your application server running this code.
# SetEnv mirrorlist_client.noreverseproxy 1
ServerLimit 900
MaxRequestWorkers 900
<Location /mirrorlist>
WSGIProcessGroup mirrorlist
<IfModule mod_authz_core.c>