aboutsummaryrefslogtreecommitdiffstats
path: root/environments
diff options
context:
space:
mode:
authorSagi Shnaidman <sshnaidm@redhat.com>2017-02-21 22:18:01 +0200
committerEmilien Macchi <emilien@redhat.com>2017-02-21 23:12:15 -0500
commit77af536c027cd2cc2d82bba0e24f112b4b5c7a3b (patch)
tree5a87a25a2cb9d736cdd04b5e18d32161879aae4e /environments
parent31666310c55952ee8d014d86ada7b2fa34339bde (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 (cherry picked from commit 99f0b84983e8769bf975060fbf392cc1a8a28057)
Diffstat (limited to 'environments')
-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'