X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a7d96c8358a00088b485fadb5966eb4b231d2ff1..f359cdb796e2c9cdba95ce7927f52fe9a5705a64:/roles/tile.rb diff --git a/roles/tile.rb b/roles/tile.rb index cc5a1ba56..8a011513e 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -10,6 +10,18 @@ default_attributes( }, }, }, + :apache => { + :mpm => "event", + :timeout => 60, + :event => { + :server_limit => 60, + :max_clients => 1200, + :threads_per_child => 20, + :min_spare_threads => 30, + :max_spare_threads => 180, + :max_requests_per_child => 100000 + } + }, :apt => { :sources => [ "ubuntugis-stable" ] }, @@ -64,7 +76,8 @@ default_attributes( :styles => { :default => { :repository => "git://github.com/gravitystorm/openstreetmap-carto.git", - :revision => "v2.2.0" + :revision => "v2.2.0", + :max_zoom => 19 } } }