]> git.openstreetmap.org Git - chef.git/blobdiff - roles/pummelzacken.rb
fix rubocop offenses
[chef.git] / roles / pummelzacken.rb
index 37b219d3f468c821087b1e0f410319669c9fa676..2280a94726c4c0dc90d418053d5bb1e45ce79115 100644 (file)
@@ -27,7 +27,7 @@ default_attributes(
         :maintenance_work_mem => "10GB",
         :random_page_cost => "1.5",
         :effective_cache_size => "60GB",
-        :fsync => "off"
+        :fsync => "on"
       }
     }
   },
@@ -35,6 +35,7 @@ default_attributes(
     :state => "standalone",
     :dbadmins => %w[lonvia tomh],
     :dbcluster => "9.6/main",
+    :enable_backup => true,
     :flatnode_file => "/ssd/nominatim/nodes.store",
     :tablespaces => {
       "dosm" => "/ssd/tablespaces/dosm",
@@ -47,6 +48,11 @@ default_attributes(
       "isearch" => "/ssd/tablespaces/isearch",
       "daux" => "/data/tablespaces/daux",
       "iaux" => "/data/tablespaces/iaux"
+    },
+    :fpm_pools => {
+      :www => {
+        :max_children => "40"
+      }
     }
   }
 )