Letting httpd reap bodhi threads might help with swap.

This commit is contained in:
Ralph Bean 2015-08-29 12:17:31 +00:00
parent c6f5b2ff0e
commit abc8c7b267

View file

@ -14,7 +14,7 @@ Alias /static /usr/lib/python2.7/site-packages/bodhi/static/
</filesmatch>
WSGIDaemonProcess bodhi user=bodhi group=bodhi display-name=bodhi processes={{wsgi_procs}} threads={{wsgi_threads}}
WSGIDaemonProcess bodhi user=bodhi group=bodhi display-name=bodhi processes={{wsgi_procs}} threads={{wsgi_threads}} inactivity-timeout=300
WSGISocketPrefix run/wsgi
WSGIRestrictStdout On
WSGIRestrictSignal Off