diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-12-02 10:22:04 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-12-05 12:13:33 +0100 |
| commit | 58543181f84f4df9d04589dcecb233684cca2fed (patch) | |
| tree | d887fc0fc5e79aa50fcedf4a5ff7c3edb1bae2a7 /man7/sched.7 | |
| parent | a695d35c988f5b13828a4223ca5b16419a5613cd (diff) | |
| download | man-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.7 | 10 |
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. |
