small number of apaches on popcon host
authorPeter Palfrader <peter@palfrader.org>
Mon, 8 Jun 2015 14:42:04 +0000 (14:42 +0000)
committerPeter Palfrader <peter@palfrader.org>
Mon, 8 Jun 2015 14:42:04 +0000 (14:42 +0000)
modules/apache2/templates/mpm_worker.erb

index 9a0a2d3..9525998 100644 (file)
@@ -23,7 +23,9 @@
 #    MaxConnectionsPerChild    0
 
 <IfModule mpm_worker_module>
-<% if scope.function_has_role(['bugs_base']) -%>
+<% if scope.function_has_role(['bugs_base']) or
+      scope.function_has_role(['popcon'])
+      -%>
     StartServers                 2
     MinSpareThreads             25
     MaxSpareThreads             75