diff options
-rw-r--r-- | cnf/make.globals | 2 | ||||
-rw-r--r-- | man/make.conf.5 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cnf/make.globals b/cnf/make.globals index 0b29536fe..f63fae280 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" diff --git a/man/make.conf.5 b/man/make.conf.5 index 875060da2..4c291c0da 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -467,7 +467,7 @@ with an integer pid. For more information about ionice, see \fBionice\fR(1). Set this variable to an empty string if you do not want portage to call ionice. .br -Defaults to "ionice -c 2 -n 7 -p \\${PID}". +Defaults to "ionice -c 3 -p \\${PID}". .TP \fBPORTAGE_NICENESS\fR = \fI[number]\fR The value of this variable will be added to the current nice level that |