Re: High load

From: Randy.Dunlap
Date: Sat Jan 07 2006 - 00:47:46 EST


On Sat, 07 Jan 2006 11:17:09 +0530 Aniruddh Singh wrote:

>
> > > > for measuring IO performance, I'd recommend tiobench over hdparm any day
> > > > ( http://tiobench.sf.net )
> > >
> > > i will do it, can you please tell me why load goes high when i compile
> > > kernel (10 and above)
> >
> > thats really odd, unless you do a "make -j", in which case of course
> > it's expected ;)
> yes i always use make -j option ??

With or without a following integer?

See 'make help':
-j [N], --jobs[=N] Allow N jobs at once; infinite jobs with no arg.

so use make -j N to limit the number of makes/compiles etc.
or use 'make -j' to go ballistic.

---
~Randy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/