]> git.openstreetmap.org Git - chef.git/commitdiff
nominatim: put stormfly-04 back into production
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 21 Jul 2022 12:22:59 +0000 (14:22 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 21 Jul 2022 12:22:59 +0000 (14:22 +0200)
roles/stormfly-04.rb

index 13150a95004acf865f8db818997727260834552a..218717bed46dde9fa7730d71f87d3aad80387a18 100644 (file)
@@ -29,13 +29,13 @@ default_attributes(
     :settings => {
       :defaults => {
         :work_mem => "300MB",
-        :fsync => "off",
+        :fsync => "on",
         :effective_io_concurrency => "100"
       }
     }
   },
   :nominatim => {
-    :state => "off",
+    :state => "standalone",
     :dbcluster => "14/main",
     :postgis => "3",
     :flatnode_file => "/ssd/nominatim/nodes.store",