X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c6262332a3069a718f380761a217158752c097bb..ff6e215ca12d2efe3493da1eb0152751ceef7162:/roles/db.rb diff --git a/roles/db.rb b/roles/db.rb index dbcf4baa6..7ff450b2f 100644 --- a/roles/db.rb +++ b/roles/db.rb @@ -35,14 +35,11 @@ default_attributes( } } }, - :nfs => { - "/store/rails" => { :host => "ironbelly", :path => "/store/rails" } - }, :postgresql => { :settings => { :defaults => { :listen_addresses => "*", - :max_connections => "1000", + :max_connections => "1500", :max_stack_depth => "7MB", :checkpoint_segments => "32", :max_wal_size => "1536MB", @@ -66,7 +63,3 @@ default_attributes( } } ) - -run_list( - "recipe[nfs]" -)