Merge pull request #760 from hodgesds/layered-example-fix

scx_layered: Make stress-ng non exclusive in example
This commit is contained in:
likewhatevs 2024-10-08 20:48:18 -04:00 committed by GitHub
commit e1232b5efc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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,