From: Sarah Hoffmann Date: Sun, 2 Oct 2016 14:22:36 +0000 (+0200) Subject: reanble fsync on dulcy X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/b751303f4146717243f68b7befeece1f8f76e2d4?ds=sidebyside reanble fsync on dulcy --- diff --git a/roles/dulcy.rb b/roles/dulcy.rb index 6e78549ec..f512fe03c 100644 --- a/roles/dulcy.rb +++ b/roles/dulcy.rb @@ -34,7 +34,7 @@ default_attributes( :maintenance_work_mem => "10GB", :random_page_cost => "1.5", :effective_cache_size => "60GB", - :fsync => "off" + :fsync => "on" } } },