]> git.openstreetmap.org Git - chef.git/blobdiff - roles/db.rb
Increase the passenger pool size for taginfo servers
[chef.git] / roles / db.rb
index df79f702e31c1f75ffb871b243b00724a06e8958..d81ad24d9eccb156dd151242d7cfbf4b748d8a5a 100644 (file)
@@ -39,15 +39,17 @@ 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",
+        :log_min_duration_statement => "1000",
         :late_authentication_rules => [
           { :address => "146.179.159.160/27" },
           { :address => "10.0.16.0/20" },