]> git.openstreetmap.org Git - chef.git/blobdiff - roles/gorynych.rb
Reduce maximum multixact age for promscale
[chef.git] / roles / gorynych.rb
index 8509291362d64461ba6c2facfc1ef1fd3119471c..c57c56e0f871920edac5826f63b7cbec3ed17c38 100644 (file)
@@ -3,6 +3,9 @@ description "Master role applied to gorynych"
 
 default_attributes(
   :hardware => {
+    :ipmi => {
+      :excluded_sensors => [3, 4]
+    },
     :shm_size => "20g"
   },
   :munin => {
@@ -57,7 +60,8 @@ default_attributes(
   :nginx => {
     :cache => {
       :proxy => {
-        :directory => "/store/nginx-cache/proxy-cache"
+        :directory => "/store/nginx-cache/proxy-cache",
+        :max_size => "32768M"
       }
     }
   },