Merge pull request #198666 from vifino/linux-no_hz
This commit is contained in:
commit
9a33ad65cd
1 changed files with 6 additions and 0 deletions
|
@ -114,6 +114,12 @@ let
|
||||||
IOSCHED_BFQ = whenAtLeast "4.12" module;
|
IOSCHED_BFQ = whenAtLeast "4.12" module;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
timer = {
|
||||||
|
# Enable Full Dynticks System.
|
||||||
|
NO_HZ_FULL = yes;
|
||||||
|
};
|
||||||
|
|
||||||
# Enable NUMA.
|
# Enable NUMA.
|
||||||
numa = {
|
numa = {
|
||||||
NUMA = option yes;
|
NUMA = option yes;
|
||||||
|
|
Loading…
Reference in a new issue