]> git.openstreetmap.org Git - chef.git/blobdiff - roles/taginfo.rb
Reduce random_page_cost for postgres instances on SSD
[chef.git] / roles / taginfo.rb
index ad8537c18aa56a1bf329f22a742601b69a6d73a6..e94c3130f62012a2f0c79562afc6652c309c465b 100644 (file)
@@ -9,7 +9,7 @@ default_attributes(
       },
       :taginfo => {
         :status => :role,
-        :members => [ :jochen, :tomh ]
+        :members => [:jochen, :tomh]
       }
     }
   },
@@ -17,11 +17,11 @@ default_attributes(
     :mpm => "event",
     :event => {
       :server_limit => 40,
-      :max_clients => 1000,
+      :max_request_workers => 1000,
       :min_spare_threads => 50,
       :max_spare_threads => 150,
       :threads_per_child => 50,
-      :max_requests_per_child => 10000
+      :max_connections_per_child => 10000
     }
   },
   :taginfo => {