X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/cc7dc2d10bf3457a9d6a28931bf96539bfac6491..aca80789b0150569b44c083969d67524fd697ab2:/roles/pummelzacken.rb diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index 05393514c..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",