From 39ee57ea5760c13d9e892c6a057ee7913f818d34 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 24 Jul 2008 14:43:37 +0000 Subject: Bug #206773 - Add a new PORTAGE_IONICE_COMMAND variable that emerge uses to adjust ionice priority, similar to PORTAGE_NICENESS but used more like FETCHCOMMAND since so that portage doesn't have to know anything about ionice options. The command should include a \${PID} place-holder to be substituted with an integer pid. svn path=/main/trunk/; revision=11182 --- man/make.conf.5 | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'man/make.conf.5') diff --git a/man/make.conf.5 b/man/make.conf.5 index b3dc3c49d..36db9d536 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -459,6 +459,14 @@ that small garbage files such as html 404 pages are properly discarded. The variable should contain an integer number of bytes and may have a suffix such as K, M, or G. .TP +\fBPORTAGE_IONICE_COMMAND\fR = \fI[ionice command string]\fR +This variable should contain a command for portage to call in order +to adjust the io priority of portage and it's subprocesses. The command +string should contain a \\${PID} place-holder that will be substituted +with an integer pid. For more information about ionice, see \fBionice\fR(1). +.br +Defaults to "ionice -c 2 -n 7 -p \\${PID}". +.TP \fBPORTAGE_NICENESS\fR = \fI[number]\fR 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, -- cgit v1.2.3-1-g7c22