]> git.openstreetmap.org Git - chef.git/commitdiff
Tune apache on shenron
authorTom Hughes <tom@compton.nu>
Thu, 26 Jan 2017 18:31:07 +0000 (18:31 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 26 Jan 2017 18:34:54 +0000 (18:34 +0000)
roles/shenron.rb

index 84a38aa064586d3e115f56522876383085600fe2..d6e8ff9c5f5e97670cb791b137598e01c1dd4326 100644 (file)
@@ -13,7 +13,8 @@ default_attributes(
   :apache => {
     :mpm => "event",
     :event => {
-      :max_connections_per_child => 2000
+      :min_spare_threads => 50,
+      :max_spare_threads => 150
     }
   },
   :hardware => {