bumping wsgi daemon to 100 thread, 5 processes in resultsdb prod, stg
This commit is contained in:
parent
e13622998b
commit
727a6f75fb
1 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
|||
{% if deployment_type in ['stg', 'prod'] %}
|
||||
WSGIDaemonProcess resultsdb user=apache group=apache threads=100 processes=5
|
||||
{% else %}
|
||||
WSGIDaemonProcess resultsdb user=apache group=apache threads=5
|
||||
{% endif %}
|
||||
WSGIScriptAlias /{{ resultsdb_endpoint }} /usr/share/resultsdb/resultsdb.wsgi
|
||||
WSGISocketPrefix run/wsgi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue