X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/13844201f571e983b5003459f5a0959ff3bc5332..d7239900c012c14afb3af416740b161bbdd268af:/roles/tile.rb diff --git a/roles/tile.rb b/roles/tile.rb index c38bd5080..c4b0834d1 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -20,7 +20,8 @@ default_attributes( :min_spare_threads => 300, :max_spare_threads => 1200, :max_connections_per_child => 0, - :async_request_worker_factor => 4 + :async_request_worker_factor => 4, + :listen_cores_buckets_ratio => 6 } }, :munin => { @@ -63,13 +64,17 @@ default_attributes( "kernel.sched_min_granularity_ns" => 10000000, "kernel.sched_wakeup_granularity_ns" => 15000000 } + }, + :tcp_use_bbr => { + :comment => "Use TCP BBR Congestion Control", + :parameters => { + "net.core.default_qdisc" => "fq", + "net.ipv4.tcp_congestion_control" => "bbr" + } } }, :tile => { :data => { - :world_boundaries => { - :url => "https://planet.openstreetmap.org/historical-shapefiles/world_boundaries-spherical.tgz" - }, :simplified_land_polygons => { :url => "https://osmdata.openstreetmap.de/download/simplified-land-polygons-complete-3857.zip", :refresh => true @@ -102,7 +107,7 @@ default_attributes( :styles => { :default => { :repository => "git://github.com/gravitystorm/openstreetmap-carto.git", - :revision => "v4.22.0", + :revision => "v4.24.1", :max_zoom => 19 } }