Increase apache ServerLimit and workers to 100
authorSagi Shnaidman <sshnaidm@redhat.com>
Tue, 21 Feb 2017 20:18:01 +0000 (22:18 +0200)
committerEmilien Macchi <emilien@redhat.com>
Wed, 22 Feb 2017 04:12:15 +0000 (23:12 -0500)
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)

environments/low-memory-usage.yaml

index 47b2003..3a60633 100644 (file)
@@ -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'