resultsdb: try increasing threads to avoid crashes
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
bc6531b3df
commit
8b2aa715db
2 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ spec:
|
|||
- name: RESULTSDB_WSGI_SCRIPT_PATH
|
||||
value: "/usr/share/resultsdb/resultsdb.wsgi"
|
||||
- name: RESULTSDB_THREADS
|
||||
value: "5"
|
||||
value: "10"
|
||||
- name: RESULTSDB_CONF_PATH
|
||||
value: "/etc/httpd/conf.d/resultsdb.conf"
|
||||
- name: RESULTSDB_LOG_LEVEL
|
||||
|
|
|
@ -30,7 +30,7 @@ metadata:
|
|||
data:
|
||||
resultsdb_frontend.conf: |-
|
||||
RequestHeader unset X-Forwarded-Host
|
||||
WSGIDaemonProcess resultsdb_frontend user=apache group=apache threads=5
|
||||
WSGIDaemonProcess resultsdb_frontend user=apache group=apache threads=10
|
||||
WSGIScriptAlias / /usr/share/resultsdb_frontend/resultsdb_frontend.wsgi
|
||||
WSGISocketPrefix /tmp/wsgi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue