From 52a8537776cd479d770c1e1f4b6079e595d44115 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Thu, 7 Jan 2016 14:30:07 +0100 Subject: [PATCH] put dulcy db in update mode --- roles/dulcy.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/dulcy.rb b/roles/dulcy.rb index 051a4feb3..5e98a9b5e 100644 --- a/roles/dulcy.rb +++ b/roles/dulcy.rb @@ -31,11 +31,11 @@ default_attributes( :settings => { :defaults => { :shared_buffers => "10GB", - :work_mem => "160MB", - :maintenance_work_mem => "20GB", + :work_mem => "300MB", + :maintenance_work_mem => "10GB", :random_page_cost => "1.5", :effective_cache_size => "60GB", - :fsync => "off" + :fsync => "on" } } }, -- 2.43.2