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:
parent
30f3a4c0ee
commit
e7421962e7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue