]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dulcy.rb
increase fpm pool sizes on dulcy
[chef.git] / roles / dulcy.rb
index 8223638c984a7ab490e6b2481fc29ae791d073c0..1c90212df0dc0d64c4d42b52ac5218607106803c 100644 (file)
@@ -34,7 +34,7 @@ default_attributes(
         :maintenance_work_mem => "10GB",
         :random_page_cost => "1.5",
         :effective_cache_size => "60GB",
-        :fsync => "off",
+        :fsync => "on",
         :effective_io_concurrency => "3"
       }
     }
@@ -58,6 +58,14 @@ default_attributes(
       "isearch" => "/ssd/tablespaces/isearch",
       "daux" => "/ssd/tablespaces/daux",
       "iaux" => "/ssd/tablespaces/iaux"
+    },
+    :fpm_pools => {
+      :www => {
+        :max_children => "120"
+      },
+      :bulk => {
+        :max_children => "20"
+      }
     }
   },
   :sysfs => {