X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c2706435c565a8c71487515de5390c4fe0642276..a82f2ee5fa3ef6e0d6d0971c5c75f2fca4196679:/roles/dulcy.rb diff --git a/roles/dulcy.rb b/roles/dulcy.rb index a1e930e78..29cf0bb38 100644 --- a/roles/dulcy.rb +++ b/roles/dulcy.rb @@ -27,14 +27,15 @@ default_attributes( } }, :postgresql => { - :versions => ["9.5"], + :versions => ["9.6"], :settings => { :defaults => { :work_mem => "300MB", :maintenance_work_mem => "10GB", :random_page_cost => "1.5", :effective_cache_size => "60GB", - :fsync => "on" + :fsync => "on", + :effective_io_concurrency => "3" } } }, @@ -42,7 +43,7 @@ default_attributes( :state => "standalone", :enable_backup => false, :dbadmins => %w(lonvia tomh), - :dbcluster => "9.5/main", + :dbcluster => "9.6/main", :flatnode_file => "/ssd/nominatim/nodes.store", :logdir => "/ssd/nominatim/log", :tablespaces => {