X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/ae7c3c728ad4b1a4a1c71715a43e1f0d44a5289b..4d7891cf143ef69add60a83318ba6d7f109c0bac:/roles/db.rb diff --git a/roles/db.rb b/roles/db.rb index c4bd4cfa4..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", @@ -50,9 +50,9 @@ default_attributes( :cpu_tuple_cost => "0.1", :log_min_duration_statement => "1000", :late_authentication_rules => [ - { :address => "10.0.16.0/20" }, { :address => "10.0.32.0/20" }, - { :address => "10.0.48.0/20" } + { :address => "10.0.48.0/20" }, + { :address => "10.0.64.0/20" } ] } }