X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/4ad1c3e037df10b4b092b3c0c114150a78917f0a..246dbd618c071f1bbb33c506e7c4a797fb9d20a8:/roles/pummelzacken.rb diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index b1d9bff2f..5ce024ec7 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -38,12 +38,6 @@ default_attributes( } } }, - :apache => { - :event => { - :max_request_workers => 3000, - :threads_per_child => 70 - } - }, :nominatim => { :state => "standalone", :dbadmins => %w[lonvia tomh], @@ -51,6 +45,9 @@ default_attributes( :postgis => "3", :enable_backup => true, :flatnode_file => "/ssd/nominatim/nodes.store", + :config => { + :tokenizer => "icu" + }, :tablespaces => { "dosm" => "/ssd/tablespaces/dosm", "iosm" => "/ssd/tablespaces/iosm", @@ -62,13 +59,6 @@ default_attributes( "isearch" => "/ssd/tablespaces/isearch", "daux" => "/data/tablespaces/daux", "iaux" => "/data/tablespaces/iaux" - }, - :fpm_pools => { - "nominatim.openstreetmap.org" => { - :pm => "dynamic", - :max_children => 120, - :prometheus_port => 9253 - } } } )