From 696ac2ea09114012e08bb7b1a96200f0b7f015a7 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 1 Jun 2015 14:41:58 +0000 Subject: [PATCH] Try swapping this around and doing more processes with less threads. --- 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 00d27a1b91..5a00c896ff 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=2 threads=5 +WSGIDaemonProcess mirrormanager user=apache maximum-requests=1000 display-name=mirrormanager processes=5 threads=2 WSGISocketPrefix run/wsgi WSGIRestrictStdout On WSGIRestrictSignal Off