tripleo-heat-templates/environments/low-memory-usage.yaml
Carlos Camacho 3e0694ec1c Add metricd workers support in gnocchi
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
2016-09-26 09:28:20 +02:00

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