Increased WSGI thread count 32 → 64

This commit is contained in:
2018-06-13 10:47:28 +02:00
parent 368e3f6d40
commit b153cae70e

View File

@@ -20,7 +20,7 @@
ErrorLog ${APACHE_LOG_DIR}/error.log ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined 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 WSGIPassAuthorization On
WSGIScriptAlias / /data/git/blender-cloud/runserver.wsgi \ WSGIScriptAlias / /data/git/blender-cloud/runserver.wsgi \