mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 03:23:08 +08:00
Tune down bodhi2 wsgi procs/threads to avoid swap disasters when we should be sleeping.
This commit is contained in:
@@ -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 ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user