From: Paul Norman Date: Sun, 3 Nov 2024 17:33:45 +0000 (-0800) Subject: Rely on max_connections set in attributes X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/ecc3072dbc6b6b07f5e766b88657387a3a84d17f Rely on max_connections set in attributes This value scales with number of cores instead of a flat 250 --- diff --git a/roles/vectortile.rb b/roles/vectortile.rb index 189cddb8d..315bb98eb 100644 --- a/roles/vectortile.rb +++ b/roles/vectortile.rb @@ -13,7 +13,6 @@ default_attributes( :postgresql => { :settings => { :defaults => { - :max_connections => "250", :shared_buffers => "16GB", :work_mem => "128MB", :maintenance_work_mem => "8GB",