]> git.openstreetmap.org Git - chef.git/commitdiff
Tune apache configuration for matomo
authorTom Hughes <tom@compton.nu>
Fri, 25 Nov 2022 17:49:44 +0000 (17:49 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 25 Nov 2022 17:50:29 +0000 (17:50 +0000)
roles/matomo.rb

index ae632f8982bd6dd22ac006a0c53a57a0ae27127b..b3ac245814113e9df0bf4c80f6a48fd8709c821f 100644 (file)
@@ -5,10 +5,11 @@ default_attributes(
   :apache => {
     :mpm => "event",
     :event => {
-      :server_limit => 18,
-      :max_request_workers => 450,
-      :min_spare_threads => 50,
-      :max_spare_threads => 150,
+      :server_limit => 30,
+      :max_request_workers => 1000,
+      :threads_per_child => 50,
+      :min_spare_threads => 75,
+      :max_spare_threads => 175,
       :listen_cores_buckets_ratio => 4
     }
   },