mirror of
https://github.com/sched-ext/scx.git
synced 2024-11-28 13:40:28 +00:00
scx_lavd: increase the targeted latency for heavy loaded cases
Signed-off-by: Changwoo Min <changwoo@igalia.com>
This commit is contained in:
parent
59e54f4972
commit
9236c3e57c
@ -56,7 +56,7 @@ enum consts {
|
||||
LAVD_TIME_INFINITY_NS = SCX_SLICE_INF,
|
||||
LAVD_MAX_RETRY = 4,
|
||||
|
||||
LAVD_TARGETED_LATENCY_NS = (15ULL * NSEC_PER_MSEC),
|
||||
LAVD_TARGETED_LATENCY_NS = (20ULL * NSEC_PER_MSEC),
|
||||
LAVD_SLICE_MIN_NS = (30ULL * NSEC_PER_USEC), /* min time slice */
|
||||
LAVD_SLICE_MAX_NS = ( 3ULL * NSEC_PER_MSEC), /* max time slice */
|
||||
LAVD_SLICE_UNDECIDED = SCX_SLICE_INF,
|
||||
|
Loading…
Reference in New Issue
Block a user