From: Petre Tudor Date: Thu, 30 Jan 2025 12:05:51 +0000 (+0000) Subject: chrt: (man) Add note for custom slice length on SCHED_{OTHER,BATCH} X-Git-Tag: v2.42-start~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=22ff43f78f4a2a44243d2eae9128933785ea02ee;p=thirdparty%2Futil-linux.git 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 --- diff --git a/schedutils/chrt.1.adoc b/schedutils/chrt.1.adoc index fdee4637a..03b0d83ba 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.