diff --git a/scheds/rust/scx_layered/src/main.rs b/scheds/rust/scx_layered/src/main.rs index 7302752..43a9491 100644 --- a/scheds/rust/scx_layered/src/main.rs +++ b/scheds/rust/scx_layered/src/main.rs @@ -150,7 +150,7 @@ lazy_static::lazy_static! { util_range: (0.2, 0.8), preempt: true, preempt_first: false, - exclusive: true, + exclusive: false, idle_smt: false, slice_us: 800, weight: DEFAULT_LAYER_WEIGHT,