From b153cae70e1159c3499a606525adedfbadab512e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Wed, 13 Jun 2018 10:47:28 +0200 Subject: [PATCH] =?UTF-8?q?Increased=20WSGI=20thread=20count=2032=20?= =?UTF-8?q?=E2=86=92=2064?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/4_run/apache/000-default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/4_run/apache/000-default.conf b/docker/4_run/apache/000-default.conf index 981e605..00dacd6 100644 --- a/docker/4_run/apache/000-default.conf +++ b/docker/4_run/apache/000-default.conf @@ -20,7 +20,7 @@ ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined - WSGIDaemonProcess cloud processes=2 threads=32 maximum-requests=10000 + WSGIDaemonProcess cloud processes=2 threads=64 maximum-requests=10000 WSGIPassAuthorization On WSGIScriptAlias / /data/git/blender-cloud/runserver.wsgi \