X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/9c716e8f505c97ab226ba3a73e3396e0d469349a..743ccc20d107fb66d801138af23752fd6b4fa701:/roles/dulcy.rb diff --git a/roles/dulcy.rb b/roles/dulcy.rb index 6dfd330a9..b3f864c6a 100644 --- a/roles/dulcy.rb +++ b/roles/dulcy.rb @@ -31,39 +31,18 @@ default_attributes( :versions => ["14"], :settings => { :defaults => { - :work_mem => "300MB", - :maintenance_work_mem => "10GB", - :random_page_cost => "1.5", - :effective_cache_size => "60GB", - :fsync => "off", + :work_mem => "240MB", + :fsync => "on", :effective_io_concurrency => "500" } } }, :nominatim => { :state => "standalone", - :enable_backup => false, - :enable_git_updates => true, - :dbadmins => %w[lonvia tomh], :dbcluster => "14/main", :postgis => "3", :flatnode_file => "/ssd/nominatim/nodes.store", - :config => { - :tokenizer => "icu" - }, - :logdir => "/ssd/nominatim/log", - :tablespaces => { - "dosm" => "/ssd/tablespaces/dosm", - "iosm" => "/ssd/tablespaces/iosm", - "dplace" => "/ssd/tablespaces/dplace", - "iplace" => "/ssd/tablespaces/iplace", - "daddress" => "/ssd/tablespaces/daddress", - "iaddress" => "/ssd/tablespaces/iaddress", - "dsearch" => "/ssd/tablespaces/dsearch", - "isearch" => "/ssd/tablespaces/isearch", - "daux" => "/ssd/tablespaces/daux", - "iaux" => "/ssd/tablespaces/iaux" - } + :logdir => "/ssd/nominatim/log" } )