99f0b84983
Increase apache serverlimit and maxrequestworkers to 100 in low-memory-usage template. We have been reaching the limit with all the OpenStack services that we run in WSGI. Increasing the number will help us to promote packages in TripleO CI. Change-Id: I3f71f279a8dfaee9db5f5d1091ad079d9170de1f
19 lines
400 B
YAML
19 lines
400 B
YAML
# Lower the memory usage of overcloud.
|
|
parameter_defaults:
|
|
CeilometerWorkers: 1
|
|
CinderWorkers: 1
|
|
GlanceWorkers: 1
|
|
HeatWorkers: 1
|
|
KeystoneWorkers: 1
|
|
NeutronWorkers: 1
|
|
NovaWorkers: 1
|
|
SaharaWorkers: 1
|
|
SwiftWorkers: 1
|
|
GnocchiMetricdWorkers: 1
|
|
|
|
ApacheMaxRequestWorkers: 100
|
|
ApacheServerLimit: 100
|
|
|
|
ControllerExtraConfig:
|
|
'nova::network::neutron::neutron_url_timeout': '60'
|