> 
>   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

-- 
Please don't send me any Word- or Powerpoint-Attachments
unless it's absolutely neccessary. - Send simply Text.
See http://www.gnu.org/philosophy/no-word-attachments.html
In a world without fences and walls nobody needs gates and windows.


Reply via email to