]> git.openstreetmap.org Git - chef.git/commitdiff
nominatim: reduce pool size for stormfly
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 1 Aug 2023 17:51:34 +0000 (19:51 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 1 Aug 2023 17:51:34 +0000 (19:51 +0200)
roles/stormfly-04.rb

index d16d09fa12fa57197df03be96ee4d41bce8b7a2d..2d03f873e03bbf1f175ecdadfe366181bc2f8c04 100644 (file)
@@ -40,7 +40,7 @@ default_attributes(
     :logdir => "/ssd/nominatim/log",
     :fpm_pools => {
       "nominatim.openstreetmap.org" => {
-        :max_children => 100
+        :max_children => 80
       }
     }
   }