Loading pkgs/os-specific/linux/kernel/common-config.nix +6 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
pkgs/os-specific/linux/kernel/common-config.nix +6 −0 Original line number Diff line number Diff line Loading @@ -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; Loading