X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1f7623e527fcda92f5e326c99a65515d3a81312f..760a74abb5b6857fb62ceb5cbb537c7b40f69b0a:/roles/db.rb diff --git a/roles/db.rb b/roles/db.rb index bb567e240..a670b627a 100644 --- a/roles/db.rb +++ b/roles/db.rb @@ -42,7 +42,7 @@ default_attributes( :settings => { :defaults => { :listen_addresses => "*", - :max_connections => "1000", + :max_connections => "1500", :max_stack_depth => "7MB", :checkpoint_segments => "32", :max_wal_size => "1536MB", @@ -51,7 +51,8 @@ default_attributes( :log_min_duration_statement => "1000", :late_authentication_rules => [ { :address => "10.0.32.0/20" }, - { :address => "10.0.48.0/20" } + { :address => "10.0.48.0/20" }, + { :address => "10.0.64.0/20" } ] } }