Ramp this down to see if we can keep out of swap.

This commit is contained in:
Ralph Bean 2018-01-27 08:51:38 +00:00
parent ce5c96c094
commit 7b3eeba89b

View file

@ -1,7 +1,7 @@
Alias /docs/ /usr/share/doc/pdc/docs/build/html/
Alias /saml2protected /usr/share/ipsilon/ui/saml2sp
WSGIDaemonProcess pdc user=apache group=apache maximum-requests=1000 display-name=pdc processes={{ wsgi_procs - 1}} threads={{ wsgi_threads }}
WSGIDaemonProcess pdc user=apache group=apache maximum-requests=100 display-name=pdc processes={{ wsgi_procs - 1}} threads={{ wsgi_threads }}
WSGISocketPrefix run/wsgi
WSGIRestrictStdout On
WSGIRestrictSignal Off