On Wed, 19 Apr 2000, you wrote:
> Michael Shobe wrote:
> 
> > and don't forget to do the standard test and recompile the kernel with
> > something outrageous like make -j30
> > that will make the load shoot _way_ up.
> 
> One thing to make -j:
> That mainly tests disk and the swap algorithm - at least in my case.
> That's a 2x500@500, and a make -j bzImage did not use all CPU time
> just because data wouldn't come fast enough....
> 
>   Peter
> 
> -- 
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Dr. Peter "Pit" Suetterlin                 http://www.astro.uu.nl/~suetter
> Sterrenkundig Instituut Utrecht
> Tel.: +31 (0)30 253 5225                   [EMAIL PROTECTED]
> __________________________________________________________________________
> --
> =-          To unsubscribe, email [EMAIL PROTECTED] with the       -=
> =-                body of "unsubscribe linux-abit".                 -=

not make -j bzImage
make -j30
the 30 means run 30 jobs at one time.  Trust me, you will use all available
cpu, if not, then you are doing something wrong.
make -j means use 1 job.  Thats no stress (relatively)
don't do that.


-------------------------------------
-Mike
--
=-          To unsubscribe, email [EMAIL PROTECTED] with the       -=
=-                body of "unsubscribe linux-abit".                 -=

Reply via email to