Try setting the mm-frontend max requests down to 500.

This commit is contained in:
Kevin Fenzi 2015-09-04 19:57:50 +00:00
parent 591b3aec19
commit 295aff038e

View file

@ -3,7 +3,7 @@
Alias /mirrormanager/static /usr/lib/python2.7/site-packages/mirrormanager2/static/fedora/
Alias /mirrormanager/crawler /var/log/mirrormanager/crawler
WSGIDaemonProcess mirrormanager user=apache maximum-requests=1000 display-name=mirrormanager processes=2 threads=2
WSGIDaemonProcess mirrormanager user=apache maximum-requests=500 display-name=mirrormanager processes=2 threads=2
WSGISocketPrefix run/wsgi
WSGIRestrictStdout On
WSGIRestrictSignal Off