X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a62943629fc45519becfbd66176c9238acbeacbd..5a4919337b3d34a106cbc4b1ce6bf5c84a1dae44:/roles/pummelzacken.rb diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index add524938..5ce024ec7 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -34,23 +34,20 @@ default_attributes( :random_page_cost => "1.5", :effective_cache_size => "60GB", :effective_io_concurrency => "256", - :fsync => "off" + :fsync => "on" } } }, - :apache => { - :event => { - :max_request_workers => 3000, - :threads_per_child => 70 - } - }, :nominatim => { - :state => "off", + :state => "standalone", :dbadmins => %w[lonvia tomh], :dbcluster => "13/main", :postgis => "3", :enable_backup => true, :flatnode_file => "/ssd/nominatim/nodes.store", + :config => { + :tokenizer => "icu" + }, :tablespaces => { "dosm" => "/ssd/tablespaces/dosm", "iosm" => "/ssd/tablespaces/iosm",