sched.7: Note command that can be used to modify the autogroup nice value

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-12-02 10:22:04 +01:00
parent a695d35c98
commit 58543181f8
1 changed files with 10 additions and 0 deletions

View File

@ -873,6 +873,16 @@ process in the other session.
.\" More succinctly: the nice(1) command is in many cases a no-op since
.\" Linux 2.6.38.
.\"
A possibly useful workaround here is to use a command such as
the following to modify the autogroup nice value for
.I all
of the processes in a terminal session:
.nf
.in +4n
$ \fBecho 10 > /proc/self/autogroup\fP
.in
.fi
.SS Real-time features in the mainline Linux kernel
.\" FIXME . Probably this text will need some minor tweaking
.\" ask Carsten Emde about this.