Reduce datagrepper procs*threads to try and keep us out of swap.

This commit is contained in:
Ralph Bean 2015-08-26 13:17:09 +00:00
parent b2a0940aa8
commit 596d7dc958

View file

@ -25,7 +25,7 @@ Alias /datagrepper/css /usr/lib/python2.6/site-packages/datagrepper/static/css
# Job runner output dir. # Job runner output dir.
Alias /datagrepper/output /var/cache/datagrepper 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 WSGISocketPrefix run/wsgi
WSGIRestrictStdout Off WSGIRestrictStdout Off
WSGIRestrictSignal Off WSGIRestrictSignal Off