]> git.openstreetmap.org Git - chef.git/commitdiff
nominatim: tweak longma for production
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 16 Dec 2021 13:35:28 +0000 (14:35 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 16 Dec 2021 13:35:28 +0000 (14:35 +0100)
roles/longma.rb

index a22f08a05b65f7eb8a8e79f06acdfc752f8b36ab..338334faa7ba2fa7a7dd6ecff147850f42b6a242 100644 (file)
@@ -34,8 +34,9 @@ default_attributes(
     :versions => ["14"],
     :settings => {
       :defaults => {
+        :max_connections => "550",
         :work_mem => "240MB",
-        :fsync => "off",
+        :fsync => "on",
         :effective_io_concurrency => "500"
       }
     }
@@ -44,8 +45,13 @@ default_attributes(
     :state => "standalone",
     :dbcluster => "14/main",
     :postgis => "3",
+    :enable_qa_tiles => true,
     :flatnode_file => "/ssd/nominatim/nodes.store",
-    :logdir => "/ssd/nominatim/log"
+    :logdir => "/ssd/nominatim/log",
+    :fpm_pools => {
+      "nominatim.openstreetmap.org" => {
+        :max_children => 200
+      }
   }
 )