X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/4ad1c3e037df10b4b092b3c0c114150a78917f0a..aca80789b0150569b44c083969d67524fd697ab2:/roles/pummelzacken.rb diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index b1d9bff2f..2410d4388 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -34,16 +34,10 @@ default_attributes( :random_page_cost => "1.5", :effective_cache_size => "60GB", :effective_io_concurrency => "256", - :fsync => "on" + :fsync => "off" } } }, - :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 - } } } )