From: Tom Hughes Date: Wed, 9 Oct 2013 21:33:00 +0000 (+0100) Subject: Increase cpu_tuple_cost on database servers X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/b83f84ce0419a9f02c7f0f081287c515262cc624 Increase cpu_tuple_cost on database servers --- 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" } ]