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
This commit is contained in:
David Moreau Simard 2018-11-07 15:34:47 -05:00
parent f295b5b44a
commit e8fd13ae70
No known key found for this signature in database
GPG Key ID: CBEB466764A9E621

View File

@ -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,