diff options
author | Zac Medico <zmedico@gentoo.org> | 2009-04-03 22:27:18 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2009-04-03 22:27:18 +0000 |
commit | d7d9a2877046784551ae8b0d9163b0dea58b65f7 (patch) | |
tree | 102aaf05cc7ad7cd08d2c6f978b4b7f8d2a3932f /cnf | |
parent | Always generate an error if the target cache contains an apparently invalid (diff) | |
download | portage-multirepo-d7d9a2877046784551ae8b0d9163b0dea58b65f7.tar.gz portage-multirepo-d7d9a2877046784551ae8b0d9163b0dea58b65f7.tar.bz2 portage-multirepo-d7d9a2877046784551ae8b0d9163b0dea58b65f7.zip |
Add an example for PORTAGE_IONICE_COMMAND. Thanks to Vlastimil Babka
<caster@g.o> for the suggestion.
svn path=/main/trunk/; revision=13289
Diffstat (limited to 'cnf')
-rw-r--r-- | cnf/make.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cnf/make.conf b/cnf/make.conf index e260b570..55a175ed 100644 --- a/cnf/make.conf +++ b/cnf/make.conf @@ -228,6 +228,11 @@ # reduce it further. Default is unset. #PORTAGE_NICENESS=3 # +# PORTAGE_IONICE_COMMAND provides a command for portage to call in order to +# adjust the io priority of portage and it's subprocesses. Default is +# unset. +#PORTAGE_IONICE_COMMAND="ionice -c 3 -p \${PID}" +# # AUTOCLEAN enables portage to automatically clean out older or overlapping # packages from the system after every successful merge. This is the # same as running 'emerge -c' after every merge. Set with: "yes" or "no". |