]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dulcy.rb
dulcy: reduce fpm pool sizes a bit
[chef.git] / roles / dulcy.rb
index 8223638c984a7ab490e6b2481fc29ae791d073c0..ed6ed2553eeca5765347d1a582ccff440d1494a3 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 => "100"
+      },
+      :bulk => {
+        :max_children => "15"
+      }
     }
   },
   :sysfs => {