]> git.openstreetmap.org Git - chef.git/commitdiff
git: test using apache mpm event
authorGrant Slater <git@firefishy.com>
Fri, 28 Feb 2020 08:16:32 +0000 (08:16 +0000)
committerGrant Slater <git@firefishy.com>
Fri, 28 Feb 2020 08:16:32 +0000 (08:16 +0000)
roles/git.rb

index 31ad54036829706b2021062d37b0d9b213cf2927..889aa2c38e994501f3be33e900d03ef552935fb7 100644 (file)
@@ -22,6 +22,14 @@ default_attributes(
       }
     }
   },
+  :apache => {
+    :mpm => "event",
+      :event => {
+        :min_spare_threads => 50,
+        :max_spare_threads => 150,
+        :listen_cores_buckets_ratio => 4
+      }
+  },
   :git => {
     :host => "git.openstreetmap.org",
     :aliases => ["git.osm.org"]