diff options
author | Zac Medico <zmedico@gentoo.org> | 2021-06-17 10:43:49 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2021-06-17 10:45:00 -0700 |
commit | 03520f0ac680d6af62176beb4a072750c11c0b49 (patch) | |
tree | 8333a748a87ff5a03b507d4b9450045a99b6737e /man | |
parent | setup.cfg: eliminate dash-separated portage-ext-modules (diff) | |
download | portage-03520f0ac680d6af62176beb4a072750c11c0b49.tar.gz portage-03520f0ac680d6af62176beb4a072750c11c0b49.tar.bz2 portage-03520f0ac680d6af62176beb4a072750c11c0b49.zip |
Revert "PORTAGE_NICENESS: Consider autogroup scheduling"
This reverts commit 055abe523c2c3f6c8f1dccfb53565209222f90c1
due to another regression.
See: https://github.com/gentoo/portage/pull/728
Bug: https://bugs.gentoo.org/777492
Bug: https://bugs.gentoo.org/785484
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'man')
-rw-r--r-- | man/make.conf.5 | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5 index 18573b5e2..1c72109ad 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -1,4 +1,4 @@ -.TH "MAKE.CONF" "5" "Jun 2021" "Portage VERSION" "Portage" +.TH "MAKE.CONF" "5" "May 2021" "Portage VERSION" "Portage" .SH "NAME" make.conf \- custom settings for Portage .SH "SYNOPSIS" @@ -1031,14 +1031,6 @@ The value of this variable will be added to the current nice level that emerge is running at. In other words, this will not set the nice level, it will increment it. For more information about nice levels and what are acceptable ranges, see \fBnice\fR(1). -.br -If set and portage is run under Linux with autogroup scheduling (see -\fBsched\fR(7)) enabled, then portage will set the nice value of its -autogroup to PORTAGE_NICENESS. Upon exiting, portage will restore the -original value. Note that if the function responsible for restoring the -original value is not run, e.g., because portage's process was killed, -then the autogroup will stay niced. In such a case, the value can be -reset via corresponding autogroup pseudo\-file in /proc. .TP \fBPORTAGE_RO_DISTDIRS\fR = \fI[space delimited list of directories]\fR When a given file does not exist in \fBDISTDIR\fR, search for the file |