Reduce datagrepper procs*threads to try and keep us out of swap.
This commit is contained in:
parent
b2a0940aa8
commit
596d7dc958
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ Alias /datagrepper/css /usr/lib/python2.6/site-packages/datagrepper/static/css
|
|||
# Job runner output dir.
|
||||
Alias /datagrepper/output /var/cache/datagrepper
|
||||
|
||||
WSGIDaemonProcess datagrepper user=fedmsg group=fedmsg maximum-requests=50000 display-name=datagrepper processes=8 threads=4 inactivity-timeout=300
|
||||
WSGIDaemonProcess datagrepper user=fedmsg group=fedmsg maximum-requests=50000 display-name=datagrepper processes=4 threads=4 inactivity-timeout=300
|
||||
WSGISocketPrefix run/wsgi
|
||||
WSGIRestrictStdout Off
|
||||
WSGIRestrictSignal Off
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue