scx_layered: Make stress-ng non exclusive in example

Test CI hosts are VMs currently and making stress-ng exclusive may
starve the host.

Signed-off-by: Daniel Hodges <hodges.daniel.scott@gmail.com>
This commit is contained in:
Daniel Hodges 2024-10-08 10:49:51 -07:00
parent 66f967c06d
commit e6773d43b1

View File

@ -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,