View Single Post
Posts: 58 | Thanked: 8 times | Joined on Aug 2010
#8
Originally Posted by dchky View Post
Do you have a bunch of spare cores in your CPU? I tend to increase the number of jobs to run in parallel based on the number of CPU's and cores I have. Eg.

make -j 4 bzImage

This should speed things along a tad assuming you have a quad core machine, though you can vary the number up or down depending.
This is a good suggestion, I will try it.