diff options
Diffstat (limited to 'schedutils/uclampset.1')
-rw-r--r-- | schedutils/uclampset.1 | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/schedutils/uclampset.1 b/schedutils/uclampset.1 index 7f0f50e..480d5ea 100644 --- a/schedutils/uclampset.1 +++ b/schedutils/uclampset.1 @@ -2,12 +2,12 @@ .\" Title: uclampset .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.20 -.\" Date: 2023-12-01 +.\" Date: 2024-03-20 .\" Manual: User Commands -.\" Source: util-linux 2.39.3 +.\" Source: util-linux 2.40 .\" Language: English .\" -.TH "UCLAMPSET" "1" "2023-12-01" "util\-linux 2.39.3" "User Commands" +.TH "UCLAMPSET" "1" "2024-03-20" "util\-linux 2.40" "User Commands" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 @@ -51,6 +51,16 @@ Setting a task\(cqs \fIuclamp_min\fP to a none zero value will effectively boost By setting a task\(cqs \fIuclamp_max\fP below 1024, this will effectively cap the task as when it runs it\(cqll never be able to go above this utilization value. .sp The full utilization range is: [0:1024]. The special value \-1 is used to reset to system\(cqs default. +.sp +Consult latest kernel documentation for more details: +.sp +.if n .RS 4 +.nf +.fam C +https://kernel.org/doc/html/latest/scheduler/sched\-util\-clamp.html +.fam +.fi +.if n .RE .SH "OPTIONS" .sp \fB\-m\fP @@ -135,7 +145,7 @@ will prevent any task from being boosted higher than 512. And all tasks in the s Consult your kernel docs for the exact expected behavior on that kernel. .SH "AUTHORS" .sp -.MTO "qais.yousef\(atarm.com" "Qais Yousef" "" +.MTO "qyousef\(atlayalina.io" "Qais Yousef" "" .SH "SEE ALSO" .sp \fBnice\fP(1), |