]> git.openstreetmap.org Git - chef.git/blobdiff - roles/db.rb
Only include nodes with an FQDN in git ACL
[chef.git] / roles / db.rb
index df79f702e31c1f75ffb871b243b00724a06e8958..f3c3244226aa5584cd1db562837150ca924b39c5 100644 (file)
@@ -39,13 +39,14 @@ default_attributes(
     "/store/rails" => { :host => "ironbelly", :path => "/store/rails" }
   },
   :postgresql => {
-    :versions => ["9.1"],
+    :versions => ["9.5"],
     :settings => {
       :defaults => {
         :listen_addresses => "*",
-        :max_connections => "600",
+        :max_connections => "1000",
         :max_stack_depth => "7MB",
         :checkpoint_segments => "32",
+        :max_wal_size => "1536MB",
         :checkpoint_completion_target => "0.8",
         :cpu_tuple_cost => "0.1",
         :late_authentication_rules => [