Scale back the FAS threads/procs settings to try and make things more sane.

This commit is contained in:
Ralph Bean 2015-06-30 18:44:19 +00:00
parent 4237f53e17
commit b8c26d417e
2 changed files with 3 additions and 4 deletions

View file

@ -8,9 +8,8 @@ num_cpus: 4
# the host_vars/$hostname file
wsgi_fedmsg_service: fas
# Why does this have 40 and 1. that seems really odd.
wsgi_procs: 40
wsgi_threads: 1
wsgi_procs: 5
wsgi_threads: 5
tcp_ports: [ 80, 873, 8443, 8444 ]

View file

@ -8,7 +8,7 @@ num_cpus: 2
# the host_vars/$hostname file
wsgi_fedmsg_service: fas
wsgi_procs: 8
wsgi_procs: 5
wsgi_threads: 5
tcp_ports: [ 80, 873, 8443, 8444 ]