]> git.openstreetmap.org Git - chef.git/commitdiff
nominatim: switch vhagar to python frontend
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 8 Aug 2023 09:12:43 +0000 (11:12 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 8 Aug 2023 09:12:43 +0000 (11:12 +0200)
roles/vhagar.rb

index b06027cabe1ecbb79917aeca5780430e5952d700..df5fe535da0c88e93b730d17b687e3ee8c8cfd4d 100644 (file)
@@ -32,6 +32,9 @@ default_attributes(
   :nominatim => {
     :state => "standalone",
     :flatnode_file => "/srv/nominatim.openstreetmap.org/planet-project/nodes.store",
+    :api_flavour => "python",
+    :api_workers => 38,
+    :api_pool_size => 10,
     :fpm_pools => {
       "nominatim.openstreetmap.org" => {
         :max_children => 200