linux_xanmod: set to 500Hz

This commit is contained in:
fortuneteller2k 2021-06-26 20:25:22 +08:00
parent a62ca77198
commit 4788060b46

View file

@ -19,6 +19,7 @@ buildLinux (args // rec {
PREEMPT = lib.mkForce yes;
PREEMPT_VOLUNTARY = lib.mkForce no;
NO_HZ_FULL = yes;
HZ_500 = yes;
};
extraMeta = {