From f2ad7b886861a6ddefc6d6043c7c3bf02adfc1db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 14 Sep 2017 17:17:45 +0200 Subject: [PATCH] Bumped thread count to 32, lowered proc count to 2 We have 2 CPUs at our DigitalOcean droplet, hence the proc count. --- docker/4_run/000-default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/4_run/000-default.conf b/docker/4_run/000-default.conf index 7feecb8..6709ad2 100644 --- a/docker/4_run/000-default.conf +++ b/docker/4_run/000-default.conf @@ -18,7 +18,7 @@ ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined - WSGIDaemonProcess cloud processes=4 threads=1 maximum-requests=10000 + WSGIDaemonProcess cloud processes=2 threads=32 maximum-requests=10000 WSGIPassAuthorization On WSGIScriptAlias / /data/git/blender-cloud/runserver.wsgi \