X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7013f21316fbdc86a8a36c7aea7f908878db6ef7..999bb719868d83e42b0795dd5faa35f6af5e46aa:/roles/tile.rb diff --git a/roles/tile.rb b/roles/tile.rb index 4d226961a..00aa1f82a 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -18,8 +18,9 @@ default_attributes( :max_request_workers => 1200, :threads_per_child => 20, :min_spare_threads => 30, - :max_spare_threads => 180, - :max_connections_per_child => 100000 + :max_spare_threads => 540, + :max_connections_per_child => 100000, + :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.0", + :revision => "v2.44.1", :max_zoom => 19 } }