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:
parent
2f3988868c
commit
539bdfca04
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue