aboutsummaryrefslogtreecommitdiffstats
path: root/man7/sched.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-12-02 10:22:04 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-12-05 12:13:33 +0100
commit58543181f84f4df9d04589dcecb233684cca2fed (patch)
treed887fc0fc5e79aa50fcedf4a5ff7c3edb1bae2a7 /man7/sched.7
parenta695d35c988f5b13828a4223ca5b16419a5613cd (diff)
downloadman-pages-58543181f84f4df9d04589dcecb233684cca2fed.tar.gz
sched.7: Note command that can be used to modify the autogroup nice value
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/sched.7')
-rw-r--r--man7/sched.710
1 files changed, 10 insertions, 0 deletions
diff --git a/man7/sched.7 b/man7/sched.7
index 635da4ddfa..8fb2815622 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.