]> git.openstreetmap.org Git - chef.git/commitdiff
Increase cpu_tuple_cost on database servers
authorTom Hughes <tom@compton.nu>
Wed, 9 Oct 2013 21:33:00 +0000 (22:33 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 9 Oct 2013 21:33:00 +0000 (22:33 +0100)
roles/db.rb

index 44026b0ac0cc06383085c993e4c3448719eeb4b0..47ab5cad9b42ad671b201ff1243a317a7544f762 100644 (file)
@@ -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" }
         ]