]> git.openstreetmap.org Git - chef.git/commitdiff
nominatim: reduce workers further
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 8 Aug 2023 09:49:25 +0000 (11:49 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 8 Aug 2023 09:49:25 +0000 (11:49 +0200)
The limiting factor is disk IO, which is saturated at around
250 connections.

roles/longma.rb
roles/vhagar.rb

index f109a7cbbc4748a0c4a6737bcc92a44c1be59b16..179b334dc1fbd4e472821021ecde956a431d4101 100644 (file)
@@ -48,7 +48,7 @@ default_attributes(
     :flatnode_file => "/ssd/nominatim/nodes.store",
     :logdir => "/ssd/nominatim/log",
     :api_flavour => "python",
-    :api_workers => 45,
+    :api_workers => 24,
     :api_pool_size => 10,
     :fpm_pools => {
       "nominatim.openstreetmap.org" => {
index df5fe535da0c88e93b730d17b687e3ee8c8cfd4d..b952a699fba7f93c03f74a156fb7b216903adae5 100644 (file)
@@ -33,7 +33,7 @@ default_attributes(
     :state => "standalone",
     :flatnode_file => "/srv/nominatim.openstreetmap.org/planet-project/nodes.store",
     :api_flavour => "python",
-    :api_workers => 38,
+    :api_workers => 24,
     :api_pool_size => 10,
     :fpm_pools => {
       "nominatim.openstreetmap.org" => {