Merge "Increase apache ServerLimit and workers to 100"

This commit is contained in:
Jenkins 2017-02-22 06:37:02 +00:00 committed by Gerrit Code Review
commit 9a6fed54ed
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ parameter_defaults:
SwiftWorkers: 1
GnocchiMetricdWorkers: 1
ApacheMaxRequestWorkers: 32
ApacheServerLimit: 32
ApacheMaxRequestWorkers: 100
ApacheServerLimit: 100
ControllerExtraConfig:
'nova::network::neutron::neutron_url_timeout': '60'