Reduce sched period

Signed-off-by: tytydraco <tylernij@gmail.com>
latency
tytydraco 4 years ago
parent 66b7959054
commit f7d3d498fd

@ -5,7 +5,7 @@
UINT_MAX="4294967295"
# Duration in nanoseconds of one scheduling period
SCHED_PERIOD="$((4 * 1000 * 1000))"
SCHED_PERIOD="$((1 * 1000 * 1000))"
# How many tasks should we have at a maximum in one scheduling period
SCHED_TASKS="10"

Loading…
Cancel
Save