From: Tom Hughes Date: Fri, 25 Nov 2022 17:49:44 +0000 (+0000) Subject: Tune apache configuration for matomo X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/e906958d96d6c220dbf126a66e8e573153f2ea2e Tune apache configuration for matomo --- diff --git a/roles/matomo.rb b/roles/matomo.rb index ae632f898..b3ac24581 100644 --- a/roles/matomo.rb +++ b/roles/matomo.rb @@ -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 } },