Use sane values for processess and threads for resultsdb

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2017-03-18 01:11:30 +00:00
parent 10300f667f
commit 66172d7738
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{% if deployment_type in ['stg', 'prod'] %} {% if deployment_type in ['stg', 'prod'] %}
WSGIDaemonProcess resultsdb user=apache group=apache threads=200 processes=20 WSGIDaemonProcess resultsdb user=apache group=apache threads=20 processes=4
{% else %} {% else %}
WSGIDaemonProcess resultsdb user=apache group=apache threads=5 WSGIDaemonProcess resultsdb user=apache group=apache threads=5
{% endif %} {% endif %}

View file

@ -1,5 +1,5 @@
{% if deployment_type in ['stg', 'prod'] %} {% if deployment_type in ['stg', 'prod'] %}
WSGIDaemonProcess resultsdb_frontend user=apache group=apache threads=100 processes=10 WSGIDaemonProcess resultsdb_frontend user=apache group=apache threads=20 processes=4
{% else %} {% else %}
WSGIDaemonProcess resultsdb_frontend user=apache group=apache threads=5 WSGIDaemonProcess resultsdb_frontend user=apache group=apache threads=5
{% endif %} {% endif %}