On Tue, 12 Dec 2000, Steven Cole wrote: > > Task: make -j3 bzImage for 2.4.0-test12-pre7 kernel tree. Actually, do it with make -j3 'MAKE=make -j3' bzImage A single "-j3" won't do much. It will only build three directories at a time, and you'll never see much load. But doing it recursively means that you'll build three at a time all the way out to the leaf directories, and you should see loads up to 20+, and much more memory pressure too. Linus - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Re: UP 2.2.18 makes kernels 3% faster than UP 2.4.0-t... Rik van Riel
- Re: UP 2.2.18 makes kernels 3% faster than UP 2.4.0-t... Gerhard Mack
- Re: UP 2.2.18 makes kernels 3% faster than UP 2.4... Alan Cox
- Re: UP 2.2.18 makes kernels 3% faster than UP... Rogier Wolff
- Re: UP 2.2.18 makes kernels 3% faster than UP... Russell King
- Re: UP 2.2.18 makes kernels 3% faster than UP... george anzinger
- Re: UP 2.2.18 makes kernels 3% faster than UP 2.4... Steven Cole
- Re: UP 2.2.18 makes kernels 3% faster than UP 2.4.0-t... Steven Cole
- Re: UP 2.2.18 makes kernels 3% faster than UP 2.4... Linus Torvalds
- Re: UP 2.2.18 makes kernels 3% faster than UP... Steven Cole
- Re: UP 2.2.18 makes kernels 3% faster than UP... Linus Torvalds
- Re: UP 2.2.18 makes kernels 3% faster than UP... Steven Cole
- Re: UP 2.2.18 makes kernels 3% faster than UP 2.4.0-test12 Gabor Lenart