X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/783ae847d13a0439154d0e84821bf6c4c9bc101a..ff6e215ca12d2efe3493da1eb0152751ceef7162:/roles/stormfly-04.rb diff --git a/roles/stormfly-04.rb b/roles/stormfly-04.rb index 5c7400d1b..ade67133a 100644 --- a/roles/stormfly-04.rb +++ b/roles/stormfly-04.rb @@ -25,38 +25,25 @@ default_attributes( } }, :postgresql => { - :versions => ["12"], + :versions => ["14"], :settings => { :defaults => { :work_mem => "300MB", - :maintenance_work_mem => "10GB", - :random_page_cost => "1.5", - :effective_cache_size => "60GB", :fsync => "on", - :effective_io_concurrency => "500" + :effective_io_concurrency => "100" } } }, :nominatim => { :state => "standalone", - :enable_backup => false, - :enable_git_updates => true, - :dbadmins => %w[lonvia tomh], - :dbcluster => "12/main", - :postgis => "2.5", + :dbcluster => "14/main", + :postgis => "3", :flatnode_file => "/ssd/nominatim/nodes.store", :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" + :fpm_pools => { + "nominatim.openstreetmap.org" => { + :max_children => 100 + } } } )