X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/bd8b974e7846309cbae6803d48b1253932d80c8b..ff68b7abe634a52f68fc38361c528c6e8b789779:/roles/tile.rb diff --git a/roles/tile.rb b/roles/tile.rb index fbffa5251..5f930436f 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -35,6 +35,7 @@ default_attributes( :postgresql => { :settings => { :defaults => { + :max_connections => "250", :temp_buffers => "32MB", :work_mem => "128MB", :wal_buffers => "1024kB", @@ -93,7 +94,7 @@ default_attributes( :styles => { :default => { :repository => "git://github.com/gravitystorm/openstreetmap-carto.git", - :revision => "v4.11.0", + :revision => "v4.17.0", :max_zoom => 19 } }