X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d825d2d30731d4d7870af46aaec3eb5e225f909c..901782e5452c232c7e6f644f2c56a3903b09edf3:/roles/dulcy.rb diff --git a/roles/dulcy.rb b/roles/dulcy.rb index 35c811f35..9ba99a7f4 100644 --- a/roles/dulcy.rb +++ b/roles/dulcy.rb @@ -28,7 +28,7 @@ default_attributes( } }, :postgresql => { - :versions => ["10"], + :versions => ["12"], :settings => { :defaults => { :work_mem => "300MB", @@ -36,7 +36,7 @@ default_attributes( :random_page_cost => "1.5", :effective_cache_size => "60GB", :fsync => "on", - :effective_io_concurrency => "3" + :effective_io_concurrency => "500" } } }, @@ -45,8 +45,8 @@ default_attributes( :enable_backup => false, :enable_git_updates => true, :dbadmins => %w[lonvia tomh], - :dbcluster => "10/main", - :postgis => "2.4", + :dbcluster => "12/main", + :postgis => "2.5", :flatnode_file => "/ssd/nominatim/nodes.store", :logdir => "/ssd/nominatim/log", :tablespaces => {