Bump mem and cpus and threads

This commit is contained in:
Kevin Fenzi 2015-08-20 04:52:38 +00:00
parent 819106480c
commit df3c6e8187

View file

@ -4,8 +4,8 @@ jobrunner: false
epelmasher: false
lvm_size: 40000
mem_size: 4096
num_cpus: 2
mem_size: 8192
num_cpus: 4
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname 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: 3
wsgi_threads: 3
wsgi_procs: 4
wsgi_threads: 4
tcp_ports: [ 80 ]