From 4bc7ee9431b4eca127fe1922bbee0b4e0d50a9bf Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Tue, 6 Jun 2017 11:38:13 +0200 Subject: [PATCH] reenable fsync on dulcy and increse parallel io --- roles/dulcy.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" } } }, -- 2.39.5