]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
sched.7: srcfix: add details to FIXME
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 24 Nov 2016 21:17:17 +0000 (22:17 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 29 Nov 2016 20:50:15 +0000 (21:50 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man7/sched.7

index 4787d752f72ff35f044d576282c146c641fda781..a72fcaa9be8fff3194da965669589941ddc10da0 100644 (file)
@@ -766,6 +766,15 @@ and the setting has the same effect as modifying the nice level via
 .\"
 .\" FIXME How do the nice value of a process and the nice value of
 .\" an autogroup interact? Which has priority?
+.\"
+.\" It *appears* that the autogroup nice value is used for CPU distribution
+.\" between task groups, and that the process nice value has no effect there.
+.\" (I.e., suppose two autogroups each contain a CPU-bound process,
+.\" with one process having nice==0 and the other having nice==19.
+.\" It appears that they each get 50% of the CPU.)
+.\" It appears that the process nice value has effect only with respect to
+.\" scheduling relative to other processes in the *same* autogroup.
+.\" Is this correct?
 
 The use of the
 .BR cgroups (7)