Tune down bodhi2 wsgi procs/threads to avoid swap disasters when we should be sleeping.

This commit is contained in:
Ralph Bean 2015-08-20 04:46:19 +00:00
parent 0673d5ded5
commit 819106480c

View file

@ -17,8 +17,8 @@ host_group: bodhi2
# 2) iptables opens enough ports for all threads for fedmsg
# 3) roles/fedmsg/base/ declares enough fedmsg endpoints for all threads
wsgi_fedmsg_service: bodhi
wsgi_procs: 4
wsgi_threads: 4
wsgi_procs: 3
wsgi_threads: 3
tcp_ports: [ 80 ]