X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/995f988d4d7c75d422ae5b05f6be30246c31d231..8f92d91cd927eb8bf0e6c02d80a726345665f3d5:/roles/tile.rb?ds=sidebyside diff --git a/roles/tile.rb b/roles/tile.rb index c9338173a..5abf673e3 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -10,6 +10,18 @@ default_attributes( }, }, }, + :apache => { + :mpm => "worker", + :timeout => 60, + :worker => { + :server_limit => 48, + :max_clients => 1200, + :threads_per_child => 25, + :min_spare_threads => 30, + :max_spare_threads => 180, + :max_requests_per_child => 100000 + } + }, :apt => { :sources => [ "ubuntugis-stable" ] },