Try swapping this around and doing more processes with less threads.

This commit is contained in:
Kevin Fenzi 2015-06-01 14:41:58 +00:00
parent c2e1a61476
commit 696ac2ea09

View file

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