packages/linux-lava: bump to 6.0 and some config changes

- use lru patch
- try bore scheduler instead of pds
- use 1000hz
This commit is contained in:
LavaDesu 2022-10-03 22:12:14 +07:00
parent f5d2b22894
commit 27f093d4ed
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 26 additions and 18 deletions

View file

@ -28,10 +28,12 @@ in buildLinux (args // {
NO_HZ_FULL = yes;
NO_HZ_FULL_NODEF = yes;
NO_HZ_IDLE = no;
TICK_CPU_ACCOUNTING = no;
VIRT_CPU_ACCOUNTING_GEN = yes;
CONTEXT_TRACKING = yes;
CONTEXT_TRACKING_FORCE = no;
HZ_500 = yes;
HZ_500_NODEF = yes;
HZ_1000 = yes;
HZ_1000_NODEF = yes;
# preempt
PREEMPT = yes;
@ -41,10 +43,7 @@ in buildLinux (args // {
PREEMPT_DYNAMIC = yes;
# scheduler
SCHED_ALT = yes;
SCHED_PDS = yes;
FAIR_GROUP_SCHED = no;
CFS_BANDWIDTH = no;
SCHED_BORE = yes;
# disable numa
NUMA = no;