mirror of
https://github.com/JakeHillion/scx.git
synced 2024-11-25 19:10:23 +00:00
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:
parent
66f967c06d
commit
e6773d43b1
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user