X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/64c6dceeb0b459f9adf0abe6f9188d3311bc9816..02d4050f28544a0788fe6c61ae27e63f3c785233:/roles/pummelzacken.rb diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index 931320eb5..d69d5c644 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -22,7 +22,7 @@ default_attributes( :versions => [ "9.3" ], :settings => { :defaults => { - :shared_buffers => "32GB", + :shared_buffers => "10GB", :work_mem => "160MB", :maintenance_work_mem => "10GB", :random_page_cost => "1.5", @@ -32,7 +32,8 @@ default_attributes( } }, :nominatim => { - :enabled => false, + :enabled => true, + :flatnode_file => "/ssd/nominatim/nodes.store", :database => { :cluster => "9.3/main", :dbname => "nominatim", @@ -49,6 +50,18 @@ default_attributes( :pm => "static", :max_children => "10" } + }, + :tablespaces => { + "Osm2pgsql_Data" => "ssd", + "Osm2pgsql_Index" => "ssd", + "Place_Data" => "ssd", + "Place_Index" => "ssd", + "Address_Data" => "ssd", + "Address_Index" => "ssd", + "Search_Data" => "ssd", + "Search_Index" => "ssd", + "Aux_Data" => "data", + "Aux_Index" => "data", } } )