summaryrefslogtreecommitdiff
path: root/cnf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-07-26 04:20:04 +0000
committerZac Medico <zmedico@gentoo.org>2008-07-26 04:20:04 +0000
commit5538c63e450227c4e0b955f91e1344fe7371ad6e (patch)
treed1f202ae79a39f3a69b17541747759886657b785 /cnf
parentAdd PORTAGE_IONICE_COMMAND setting for make.conf which is called to adjust (diff)
downloadportage-idfetch-5538c63e450227c4e0b955f91e1344fe7371ad6e.tar.gz
portage-idfetch-5538c63e450227c4e0b955f91e1344fe7371ad6e.tar.bz2
portage-idfetch-5538c63e450227c4e0b955f91e1344fe7371ad6e.zip
Reduce the default PORTAGE_IONICE_COMMAND priority to "idle" priority since
it's probably suitable for most people. This way, even when the IO load is very high, the impact on system responsiveness should be practically unnoticeable. svn path=/main/trunk/; revision=11193
Diffstat (limited to 'cnf')
-rw-r--r--cnf/make.globals2
1 files changed, 1 insertions, 1 deletions
diff --git a/cnf/make.globals b/cnf/make.globals
index 0b29536f..f63fae28 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -63,7 +63,7 @@ PORTAGE_FETCH_CHECKSUM_TRY_MIRRORS="5"
PORTAGE_FETCH_RESUME_MIN_SIZE="350K"
# Command called to adjust the io priority of portage and it's subprocesses.
-PORTAGE_IONICE_COMMAND="ionice -c 2 -n 7 -p \${PID}"
+PORTAGE_IONICE_COMMAND="ionice -c 3 -p \${PID}"
# Number of times 'emerge --sync' will run before giving up.
PORTAGE_RSYNC_RETRIES="3"