X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/4ff36685d4495ee683874fdb901d6d0170cb85c3..8ed258cb682368870b36f0e0d08d5e1906f71473:/roles/pummelzacken.rb diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index 7304d48ee..83329ca59 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -24,10 +24,10 @@ default_attributes( :defaults => { :shared_buffers => "32GB", :work_mem => "160MB", - :maintenance_work_mem => "20GB", + :maintenance_work_mem => "10GB", :random_page_cost => "1.5", :effective_cache_size => "60GB", - :fsync => "off" + :fsync => "on" } } }, @@ -54,6 +54,6 @@ default_attributes( ) run_list( - "role[ucl-internal]", + "role[ucl-wates]", "role[nominatim]" )