diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-09-21 23:10:12 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-09-21 23:10:12 +0000 |
commit | a3dd85c2bfdb97a72b150b51dd6cac85c597a714 (patch) | |
tree | 4219bd1520021e692d6b8d499ac3b461cc89d08b /environments | |
parent | 2303d70d8083995a2e9960fe422d5f43c3cae617 (diff) | |
parent | b524c0999f447d7931fcacb37e2989d3bf66ad26 (diff) |
Merge "Provide for RAM-constrained environments"
Diffstat (limited to 'environments')
-rw-r--r-- | environments/low-memory-usage.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/environments/low-memory-usage.yaml b/environments/low-memory-usage.yaml new file mode 100644 index 00000000..2e496f89 --- /dev/null +++ b/environments/low-memory-usage.yaml @@ -0,0 +1,14 @@ +# 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 + + ApacheMaxRequestWorkers: 32 + ApacheServerLimit: 32 |