From 4237f53e17cfc75961f34a7d7a74b039714d1b07 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 30 Jun 2015 17:51:13 +0000 Subject: [PATCH] Try adjusting the procs/threads combo for fas in stg. --- inventory/group_vars/fas-stg | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/inventory/group_vars/fas-stg b/inventory/group_vars/fas-stg index ef2933b60f..166ee4771b 100644 --- a/inventory/group_vars/fas-stg +++ b/inventory/group_vars/fas-stg @@ -8,9 +8,8 @@ num_cpus: 2 # 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: 8 +wsgi_threads: 5 tcp_ports: [ 80, 873, 8443, 8444 ]