X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b03e2f5cc2ad346b8a190eeed858ef591ca70a92..ec7f27ad01993a6a37ba505da76518a1726cf064:/roles/dulcy.rb diff --git a/roles/dulcy.rb b/roles/dulcy.rb index a65bd041d..a044b724a 100644 --- a/roles/dulcy.rb +++ b/roles/dulcy.rb @@ -28,24 +28,25 @@ default_attributes( } }, :postgresql => { - :versions => ["9.6"], + :versions => ["10"], :settings => { :defaults => { :work_mem => "300MB", :maintenance_work_mem => "10GB", :random_page_cost => "1.5", :effective_cache_size => "60GB", - :fsync => "on", + :fsync => "off", :effective_io_concurrency => "3" } } }, :nominatim => { - :state => "standalone", + :state => "off", :enable_backup => false, :enable_git_updates => true, :dbadmins => %w[lonvia tomh], - :dbcluster => "9.6/main", + :dbcluster => "10/main", + :postgis => "2.4", :flatnode_file => "/ssd/nominatim/nodes.store", :logdir => "/ssd/nominatim/log", :tablespaces => {