X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/32cc371a6405f3c8b1f0c19de07da1334fd0e9bd..db405a70ba031468f1599b380510e6592bbd5687:/roles/longma.rb diff --git a/roles/longma.rb b/roles/longma.rb index 2b362d8eb..b67537fa5 100644 --- a/roles/longma.rb +++ b/roles/longma.rb @@ -29,10 +29,34 @@ default_attributes( :address => "2001:470:1:b3b::d" } } + }, + :postgresql => { + :versions => ["14"], + :settings => { + :defaults => { + :max_connections => "550", + :work_mem => "240MB", + :fsync => "off", + :effective_io_concurrency => "500" + } + } + }, + :nominatim => { + :state => "off", + :dbcluster => "14/main", + :postgis => "3", + :enable_qa_tiles => true, + :flatnode_file => "/ssd/nominatim/nodes.store", + :logdir => "/ssd/nominatim/log", + :fpm_pools => { + "nominatim.openstreetmap.org" => { + :max_children => 200 + } + } } ) run_list( "role[equinix-dub]", - "role[nominatim]" + "role[nominatim-v4]" )