From b8c26d417e76e5123fb02ec1232da4d464f971e7 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 30 Jun 2015 18:44:19 +0000 Subject: [PATCH] Scale back the FAS threads/procs settings to try and make things more sane. --- inventory/group_vars/fas | 5 ++--- inventory/group_vars/fas-stg | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/inventory/group_vars/fas b/inventory/group_vars/fas index 17571ee789..7d674b551e 100644 --- a/inventory/group_vars/fas +++ b/inventory/group_vars/fas @@ -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 ] diff --git a/inventory/group_vars/fas-stg b/inventory/group_vars/fas-stg index 166ee4771b..d3983e6854 100644 --- a/inventory/group_vars/fas-stg +++ b/inventory/group_vars/fas-stg @@ -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 ]