X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8b2c91f582ffd21baead62ce32f7619af96e307b..52fb5028cfb36bf1b9490aea22cde7127dbe00ce:/roles/tile.rb diff --git a/roles/tile.rb b/roles/tile.rb index 3f0d4912e..f0d25119a 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.10.0", + :revision => "v4.18.0", :max_zoom => 19 } }