Benjamin Reed wrote:
Daniel Macks wrote:

That's why there's the "renice" command, no?


renice doesn't renice children of whatever you're renicing, does it? It'd be a PITA to renice fink, the fink that fink spawns, 5 different "make" sub-children, the shells those makes run, and so on...

I usually do 'renice 10 -g $PGID' where $PGID is column 4 from 'ps ajx | grep fink'.


This tells renice to change the priority of everything in that process group, which tends to DWIM when sudo creates a new process group for the compilation.

--
Charles Lepple
http://www.ghz.cc/charles/



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to