]> git.openstreetmap.org Git - chef.git/blobdiff - roles/poldi.rb
reduce fpm pool size on poldi a bit
[chef.git] / roles / poldi.rb
index 869d4b8befbf74f77db2b83ca20ccabb78ce3c66..8aefdaf8221669630c9841cef0e595ab6d0083d0 100644 (file)
@@ -60,6 +60,30 @@ default_attributes(
         :effective_cache_size => "48GB"
       }
     }
+  },
+  :nominatim => {
+    :fpm_pools => {
+        :www => {
+            :pm => "dynamic",
+            :max_children => "70"
+        },
+        :bulk => {
+            :pm => "static",
+            :max_children => "9"
+        }
+    }
+  },
+  :munin => {
+    :plugins => {
+      :sensors_volt => {
+        :volt6 => {
+          :warning => "2.992:3.536"
+        },
+        :volt10 => {
+          :warning => "2.71:3.29"
+        }
+      }
+    }
   }
 )