From e8fd13ae7098b8f647b780c2d8899a3c08bde7ff Mon Sep 17 00:00:00 2001 From: David Moreau Simard Date: Wed, 7 Nov 2018 15:34:47 -0500 Subject: [PATCH] Bump amount of mod_wsgi processes for static vhosts to 16 The default of 8 processes does not appear to be sufficient to handle the concurrent requests for openstack's log analyzer and ara simultaneously under load. Change-Id: I928fcbcc670c68bfb7b206949edca1a5e6daf35a --- modules/openstack_project/manifests/static.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/openstack_project/manifests/static.pp b/modules/openstack_project/manifests/static.pp index a9e900bf6d..097b22ca31 100644 --- a/modules/openstack_project/manifests/static.pp +++ b/modules/openstack_project/manifests/static.pp @@ -201,6 +201,7 @@ class openstack_project::static ( jenkins_ssh_key => $openstack_project::jenkins_ssh_key, domain => 'openstack.org', ara_middleware => true, + wsgi_processes => 16, swift_authurl => $swift_authurl, swift_user => $swift_user, swift_key => $swift_key,