X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/baa7c85956e3a44eadd704e7208d111e2ebcea38..b0e841d7ff50e5c5bea3a3417737c272b09dcd86:/roles/pummelzacken.rb diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index 6fd7b39bf..d237bd053 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -19,7 +19,7 @@ default_attributes( } }, :postgresql => { - :versions => ["9.6"], + :versions => ["12"], :settings => { :defaults => { :listen_addresses => "10.0.0.20", @@ -27,6 +27,7 @@ default_attributes( :maintenance_work_mem => "10GB", :random_page_cost => "1.5", :effective_cache_size => "60GB", + :effective_io_concurrency => "256", :fsync => "on" } } @@ -34,7 +35,8 @@ default_attributes( :nominatim => { :state => "standalone", :dbadmins => %w[lonvia tomh], - :dbcluster => "9.6/main", + :dbcluster => "12/main", + :postgis => "2.5", :enable_backup => true, :flatnode_file => "/ssd/nominatim/nodes.store", :tablespaces => { @@ -50,9 +52,9 @@ default_attributes( "iaux" => "/data/tablespaces/iaux" }, :fpm_pools => { - :www => { - :max_children => "40" - } + :www => { + :max_children => "40" + } } } )