X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/9a7a7e8667047fd6fc0b33e5bd7ac6aea99d3caf..19292cce10ddff756c298142883712568c19bee3:/roles/tile.rb diff --git a/roles/tile.rb b/roles/tile.rb index 26cd98e58..fe08c49a8 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -17,9 +17,10 @@ default_attributes( :server_limit => 60, :max_request_workers => 1200, :threads_per_child => 20, - :min_spare_threads => 30, - :max_spare_threads => 180, - :max_connections_per_child => 100000 + :min_spare_threads => 300, + :max_spare_threads => 1200, + :max_connections_per_child => 0, + :async_request_worker_factor => 4 } }, :munin => { @@ -89,7 +90,7 @@ default_attributes( :styles => { :default => { :repository => "git://github.com/gravitystorm/openstreetmap-carto.git", - :revision => "v2.44.1", + :revision => "v4.5.0", :max_zoom => 19 } }