Unverified Commit 9a33ad65 authored by Bernardo Meurer's avatar Bernardo Meurer Committed by GitHub
Browse files

Merge pull request #198666 from vifino/linux-no_hz

parents 9560b116 8d3fe232
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -114,6 +114,12 @@ let
      IOSCHED_BFQ = whenAtLeast "4.12" module;
    };


    timer = {
      # Enable Full Dynticks System.
      NO_HZ_FULL = yes;
    };

    # Enable NUMA.
    numa = {
      NUMA  = option yes;