]> git.openstreetmap.org Git - chef.git/commitdiff
stormfly-04: increase pool size
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 8 Dec 2020 10:15:32 +0000 (11:15 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 8 Dec 2020 10:15:32 +0000 (11:15 +0100)
roles/stormfly-04.rb

index 5c7400d1b6b53292cf183c283ae69227d6386e5e..af518eb9179163e9f271d450ac24fd567fb0a442 100644 (file)
@@ -33,7 +33,7 @@ default_attributes(
         :random_page_cost => "1.5",
         :effective_cache_size => "60GB",
         :fsync => "on",
-        :effective_io_concurrency => "500"
+        :effective_io_concurrency => "100"
       }
     }
   },
@@ -46,6 +46,11 @@ default_attributes(
     :postgis => "2.5",
     :flatnode_file => "/ssd/nominatim/nodes.store",
     :logdir => "/ssd/nominatim/log",
+    :fpm_pools => {
+      "nominatim.openstreetmap.org" => {
+        :max_children => 100
+      }
+    },
     :tablespaces => {
       "dosm" => "/ssd/tablespaces/dosm",
       "iosm" => "/ssd/tablespaces/iosm",