Restart bodhi sometimes to prevent memory leak
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
0d388eec75
commit
3384ff5bdc
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ Alias /static /usr/lib/python2.7/site-packages/bodhi/static/
|
||||||
</filesmatch>
|
</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}} max-requests=1000
|
||||||
WSGISocketPrefix run/wsgi
|
WSGISocketPrefix run/wsgi
|
||||||
WSGIRestrictStdout On
|
WSGIRestrictStdout On
|
||||||
WSGIRestrictSignal Off
|
WSGIRestrictSignal Off
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue