X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f678a237ad076364803b7dd5ba3c94643e3c0252..716af9672d013f41e189444ac39ca443594559f5:/roles/tile.rb diff --git a/roles/tile.rb b/roles/tile.rb index 560ce52c4..5abf673e3 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -11,12 +11,12 @@ default_attributes( }, }, :apache => { - :mpm => "event", + :mpm => "worker", :timeout => 60, - :event => { + :worker => { + :server_limit => 48, :max_clients => 1200, - :threads_per_child => 20, - :server_limit => 40, + :threads_per_child => 25, :min_spare_threads => 30, :max_spare_threads => 180, :max_requests_per_child => 100000