From 6d7084d9ed372122d69f93a82cd82f31d10bb80e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 5 Sep 2015 02:50:49 +0000 Subject: [PATCH] Try lowering it to 100 --- roles/mirrormanager/frontend2/templates/mirrormanager.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mirrormanager/frontend2/templates/mirrormanager.conf b/roles/mirrormanager/frontend2/templates/mirrormanager.conf index 2992119b90..15d6b4c886 100644 --- a/roles/mirrormanager/frontend2/templates/mirrormanager.conf +++ b/roles/mirrormanager/frontend2/templates/mirrormanager.conf @@ -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=500 display-name=mirrormanager processes=2 threads=2 +WSGIDaemonProcess mirrormanager user=apache maximum-requests=100 display-name=mirrormanager processes=2 threads=2 WSGISocketPrefix run/wsgi WSGIRestrictStdout On WSGIRestrictSignal Off