From 58543181f84f4df9d04589dcecb233684cca2fed Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 2 Dec 2016 10:22:04 +0100 Subject: [PATCH] sched.7: Note command that can be used to modify the autogroup nice value Signed-off-by: Michael Kerrisk --- man7/sched.7 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/man7/sched.7 b/man7/sched.7 index 635da4ddf..8fb281562 100644 --- a/man7/sched.7 +++ b/man7/sched.7 @@ -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.