From b83f84ce0419a9f02c7f0f081287c515262cc624 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 9 Oct 2013 22:33:00 +0100 Subject: [PATCH] Increase cpu_tuple_cost on database servers --- roles/db.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/db.rb b/roles/db.rb index 44026b0ac..47ab5cad9 100644 --- a/roles/db.rb +++ b/roles/db.rb @@ -42,6 +42,7 @@ default_attributes( :max_stack_depth => "7MB", :checkpoint_segments => "32", :checkpoint_completion_target => "0.8", + :cpu_tuple_cost => "0.1", :late_authentication_rules => [ { :address => "146.179.159.160/27" } ] -- 2.43.2