From de9cee794af3f22cebe5c61bc5e4e03ffa056eed Mon Sep 17 00:00:00 2001 From: tytydraco Date: Sat, 3 Oct 2020 14:14:09 -0700 Subject: [PATCH] Relax scheduler latency restrictions Signed-off-by: tytydraco --- ktweak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ktweak b/ktweak index 320b4e1..cb4657a 100644 --- a/ktweak +++ b/ktweak @@ -5,7 +5,7 @@ UINT_MAX="4294967295" # Duration in nnaoseconds of one scheduling period -SCHED_PERIOD="$((2 * 1000 * 1000))" +SCHED_PERIOD="$((4 * 1000 * 1000))" # How many tasks should we have at a maximum in one scheduling period SCHED_TASKS="10"