]> git.openstreetmap.org Git - chef.git/commitdiff
Correct name of sysctl variable
authorTom Hughes <tom@compton.nu>
Thu, 2 Aug 2018 08:11:08 +0000 (09:11 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 2 Aug 2018 08:11:08 +0000 (09:11 +0100)
roles/draco.rb

index dc28adf567738305f74190306875332347eb7c7c..7b2f4f1bd90c23be0ef2a95ba53ce62ae35a0ff8 100644 (file)
@@ -22,7 +22,7 @@ default_attributes(
     :tune_cpu_scheduler => {
       :comment => "Tune CPU scheduler for server scheduling",
       :parameters => {
-        "kernel.sched_migration_cost" => 50000000,
+        "kernel.sched_migration_cost_ns" => 50000000,
         "kernel.sched_autogroup_enabled" => 0
       }
     }