]> git.openstreetmap.org Git - chef.git/commitdiff
nominatim: reduce pool size for longma
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 8 Aug 2023 09:34:25 +0000 (11:34 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 8 Aug 2023 09:34:25 +0000 (11:34 +0200)
Need to stay within the max_connection limit.

roles/longma.rb

index 6e5afb479f1850656df4c8e41f9f444c8977a86c..f109a7cbbc4748a0c4a6737bcc92a44c1be59b16 100644 (file)
@@ -49,7 +49,7 @@ default_attributes(
     :logdir => "/ssd/nominatim/log",
     :api_flavour => "python",
     :api_workers => 45,
-    :api_pool_size => 15,
+    :api_pool_size => 10,
     :fpm_pools => {
       "nominatim.openstreetmap.org" => {
         :max_children => 200