X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/67a74cd7644359f67bd5f80ae58fc451c6467d8a..3905cdd2e100fad794c5bf5580f87f36221c367e:/roles/tile.rb diff --git a/roles/tile.rb b/roles/tile.rb index b0f7c930e..96b4b048e 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 => { @@ -35,6 +36,7 @@ default_attributes( :postgresql => { :settings => { :defaults => { + :max_connections => "250", :temp_buffers => "32MB", :work_mem => "128MB", :wal_buffers => "1024kB", @@ -66,11 +68,12 @@ default_attributes( }, :tile => { :data => { - :world_boundaries => { - :url => "https://planet.openstreetmap.org/historical-shapefiles/world_boundaries-spherical.tgz" - }, :simplified_land_polygons => { - :url => "http://data.openstreetmapdata.com/simplified-land-polygons-complete-3857.zip", + :url => "https://osmdata.openstreetmap.de/download/simplified-land-polygons-complete-3857.zip", + :refresh => true + }, + :simplified_water_polygons => { + :url => "https://osmdata.openstreetmap.de/download/simplified-water-polygons-split-3857.zip", :refresh => true }, :admin_boundaries => { @@ -78,22 +81,26 @@ default_attributes( :directory => "ne_110m_admin_0_boundary_lines_land" }, :land_polygons => { - :url => "http://data.openstreetmapdata.com/land-polygons-split-3857.zip", + :url => "https://osmdata.openstreetmap.de/download/land-polygons-split-3857.zip", + :refresh => true + }, + :water_polygons => { + :url => "https://osmdata.openstreetmap.de/download/water-polygons-split-3857.zip", :refresh => true }, :antarctica_icesheet_polygons => { - :url => "http://data.openstreetmapdata.com/antarctica-icesheet-polygons-3857.zip", + :url => "https://osmdata.openstreetmap.de/download/antarctica-icesheet-polygons-3857.zip", :refresh => true }, :antarctica_icesheet_outlines => { - :url => "http://data.openstreetmapdata.com/antarctica-icesheet-outlines-3857.zip", + :url => "https://osmdata.openstreetmap.de/download/antarctica-icesheet-outlines-3857.zip", :refresh => true } }, :styles => { :default => { :repository => "git://github.com/gravitystorm/openstreetmap-carto.git", - :revision => "v4.7.1", + :revision => "v4.23.0", :max_zoom => 19 } }