View Single Post
dchky's Avatar
Posts: 549 | Thanked: 299 times | Joined on Jun 2010 @ Australian in the Philippines
#5
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.