3e0694ec1c
Depending on the environment, gnocchi workers uses several controller resources RAM/CPU, this option makes it configurable. Also, configured to 1 in environments/low-memory-usage.yaml which will reduce the service footprint in i.e. CI Change-Id: Ia008b32151f4d8fec586cf89994ac836751b7cce Closes-bug: #1626473
16 lines
314 B
YAML
16 lines
314 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: 32
|
|
ApacheServerLimit: 32
|