]> git.openstreetmap.org Git - chef.git/commitdiff
Adjust apache tuning for forum and piwik
authorTom Hughes <tom@compton.nu>
Mon, 13 Jul 2020 09:04:50 +0000 (10:04 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 13 Jul 2020 09:05:42 +0000 (10:05 +0100)
roles/forum.rb
roles/piwik.rb

index 3b62fe5aaffcdd1bcc6aeb17734dd72fd2f5a255..3d8d36e2b285824d046c674d5a09dddc6ae2b0ce 100644 (file)
@@ -5,11 +5,8 @@ default_attributes(
   :apache => {
     :timeout => 60,
     :keepalive => false,
-    :prefork => {
-      :start_servers => 20,
-      :min_spare_servers => 20,
-      :max_spare_servers => 50,
-      :max_request_workers => 256
+    :worker => {
+      :max_request_workers => 250
     }
   }
 )
index e0bc6b96e93a290872ed45b054ad348e27bb48ea..0bb8fc5f40198d126569a7d61c8acdb23afe8329 100644 (file)
@@ -3,8 +3,7 @@ description "Role applied to all Piwik servers"
 
 default_attributes(
   :apache => {
-    :prefork => {
-      :server_limit => 450,
+    :worker => {
       :max_request_workers => 450
     }
   },