meino.cra...@gmx.de wrote: >> PORTAGE_NICENESS=19 >> >> Is best. However, also very important is "I/O nice". Setting an >> ionice value of "idle" will result in portage not blocking your other >> applications whey they need to do disk I/O: >> >> PORTAGE_IONICE_COMMAND="ionice -c 3 -p \${PID}" >> >> This needs a kernel newer than 2.6.16 and it has to be configured to >> use the CFQ scheduler. You know if that's the case if this command: >> >> zgrep CFQ /proc/config.gz >> >> says: >> >> CONFIG_IOSCHED_CFQ=y >> CONFIG_DEFAULT_CFQ=y >> >> > > Hi, > where can I set PORTAGE_NICENESS and PORTAGE_IONICE_COMMAND ? > > Kind regards, > mcc > >
In your make.conf file. Dale :-) :-)