From: Sarah Hoffmann Date: Tue, 6 Jun 2017 09:38:13 +0000 (+0200) Subject: reenable fsync on dulcy and increse parallel io X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/4bc7ee9431b4eca127fe1922bbee0b4e0d50a9bf reenable fsync on dulcy and increse parallel io --- diff --git a/roles/dulcy.rb b/roles/dulcy.rb index 7de5fd0e5..29cf0bb38 100644 --- a/roles/dulcy.rb +++ b/roles/dulcy.rb @@ -34,7 +34,8 @@ default_attributes( :maintenance_work_mem => "10GB", :random_page_cost => "1.5", :effective_cache_size => "60GB", - :fsync => "off" + :fsync => "on", + :effective_io_concurrency => "3" } } },