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:
parent
f295b5b44a
commit
e8fd13ae70
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user