diff --git a/customization.cfg b/customization.cfg index bf2d745..024bc4c 100644 --- a/customization.cfg +++ b/customization.cfg @@ -104,7 +104,7 @@ _STRIP="true" # CPU scheduler - Options are "pds", "bmq", "cacule", "tt", "bore", "bore-eevdf", "cfs" (linux 6.5-) or "eevdf" (kernel's default, 6.6+) # "upds" (TkG's Undead PDS) and "muqss" are also available on legacy kernel revisions -_cpusched="pds" +_cpusched="eevdf" # Compiler to use - Options are "gcc" or "llvm". # For advanced users. @@ -138,7 +138,7 @@ _preempt_rt_force="" # For BMQ: 0: No yield. # 1: Deboost and requeue task. (Default) # 2: Set rq skip task. -_sched_yield_type="0" +_sched_yield_type="" # Round Robin interval is the longest duration two tasks with the same nice level will be delayed for. When CPU time is requested by a task, it receives a time slice equal # to the rr_interval in addition to a virtual deadline. When using yield_type 2, a low value can help offset the disadvantages of rescheduling a process that has yielded. @@ -212,7 +212,7 @@ _cacule_rdb_interval="19" _tt_high_hz="false" # MuQSS and PDS only - SMT (Hyperthreading) aware nice priority and policy support (SMT_NICE) - Kernel default is "true" - You can disable this on non-SMT/HT CPUs for lower overhead -_smt_nice="true" +_smt_nice="" # Trust the CPU manufacturer to initialize Linux's CRNG (RANDOM_TRUST_CPU) - Kernel default is "false" _random_trust_cpu="true"