Merge pull request #198666 from vifino/linux-no_hz

This commit is contained in:
Bernardo Meurer
2022-11-01 11:50:26 +00:00
committed by GitHub
@@ -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;