X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/73d382e9f2cb559801f8858d675c6823aa2865d8..e1511ed98749f44c7d8db08fba8c7334cfb784a7:/roles/tile.rb diff --git a/roles/tile.rb b/roles/tile.rb index fa36a41ff..9ffda6a8c 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.9.0", + :revision => "v4.11.0", :max_zoom => 19 } }