aboutsummaryrefslogtreecommitdiffstats
path: root/environments/low-memory-usage.yaml
diff options
context:
space:
mode:
authorSagi Shnaidman <sshnaidm@redhat.com>2017-02-21 22:18:01 +0200
committerEmilien Macchi <emilien@redhat.com>2017-02-22 04:11:20 +0000
commit99f0b84983e8769bf975060fbf392cc1a8a28057 (patch)
treeeb899301f32805381013b9f74e32dbe05a2111f5 /environments/low-memory-usage.yaml
parentd792bddeeca6fbeedcfdc93c8beb4cfa1f1146fb (diff)
Increase apache ServerLimit and workers to 100
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
Diffstat (limited to 'environments/low-memory-usage.yaml')
-rw-r--r--environments/low-memory-usage.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/environments/low-memory-usage.yaml b/environments/low-memory-usage.yaml
index 47b2003d..3a606336 100644
--- a/environments/low-memory-usage.yaml
+++ b/environments/low-memory-usage.yaml
@@ -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'