From f938d7df5e02a2948451f2f0e7121540909c36af Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 1 Jun 2015 16:32:08 +0000 Subject: [PATCH] Try lowering it some more, as mm-frontend01 keeps hitting OOM. --- 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 5a00c896ff..25fc18365d 100644 --- a/roles/mirrormanager/frontend2/templates/mirrormanager.conf +++ b/roles/mirrormanager/frontend2/templates/mirrormanager.conf @@ -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=5 threads=2 +WSGIDaemonProcess mirrormanager user=apache maximum-requests=1000 display-name=mirrormanager processes=2 threads=2 WSGISocketPrefix run/wsgi WSGIRestrictStdout On WSGIRestrictSignal Off