X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/67a74cd7644359f67bd5f80ae58fc451c6467d8a..c580104cc2296be4e5feddd87205d1d414e594d7:/roles/tile.rb diff --git a/roles/tile.rb b/roles/tile.rb index b0f7c930e..9065969c0 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.7.1", + :revision => "v4.14.0", :max_zoom => 19 } }