HyperKitty: more apache worker processes

We have plenty of RAM on this machine, and I think some UI slowdowns may
be caused by overworked daemon processes (these days there's more users
and more async requests than there used to be).
This commit is contained in:
Aurélien Bompard 2017-08-07 09:19:45 +00:00
parent 30f3a4c0ee
commit e7421962e7

View file

@ -6,7 +6,7 @@ Alias /static {{ mailman_webui_basedir }}/static
#CustomLog /var/log/httpd/webui_access.log combined
WSGIScriptAlias / {{ mailman_webui_confdir }}/webui.wsgi
WSGIDaemonProcess webui display-name=webui maximum-requests=1000 processes=4 threads=10
WSGIDaemonProcess webui display-name=webui maximum-requests=1000 processes=8 threads=10
WSGISocketPrefix run/wsgi
WSGIRestrictStdout On
WSGIRestrictSignal Off