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
commit 9a33ad65cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;