From 22ff43f78f4a2a44243d2eae9128933785ea02ee Mon Sep 17 00:00:00 2001 From: Petre Tudor Date: Thu, 30 Jan 2025 12:05:51 +0000 Subject: [PATCH] chrt: (man) Add note for custom slice length on SCHED_{OTHER,BATCH} Adds note to the chrt man page, explaining how the --sched-runtime parameter can be used to request a custom slice length for tasks using SCHED_{OTHER,BATCH}. Signed-off-by: Petre Tudor --- schedutils/chrt.1.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schedutils/chrt.1.adoc b/schedutils/chrt.1.adoc index fdee4637ac..03b0d83ba0 100644 --- a/schedutils/chrt.1.adoc +++ b/schedutils/chrt.1.adoc @@ -68,7 +68,7 @@ Set scheduling policy to *SCHED_DEADLINE* (sporadic task model deadline scheduli == SCHEDULING OPTIONS *-T*, *--sched-runtime* _nanoseconds_:: -Specifies runtime parameter for *SCHED_DEADLINE* policy (Linux-specific). +Specifies runtime parameter for *SCHED_DEADLINE* and custom slice length for *SCHED_OTHER* and *SCHED_BATCH* policies (Linux-specific). Note that custom slice length via the runtime parameter is supported since Linux 6.12. *-P*, *--sched-period* _nanoseconds_:: Specifies period parameter for *SCHED_DEADLINE* policy (Linux-specific). Note that the kernel's lower limit is 100 milliseconds. -- 2.47.3