Read the make man page.
Try a 'make -j 10'. It will limit the number of processes started
to 10; this seems to be adequate to keep my PPro200 busy. Specifying
no number is almost equivalent to a fork bomb on some of the linux
source directories. People with lots of RAM can get away with it.
This cures the symptom, but it leaves the question: why does linux
behave poorly in this situation?
dave...
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/faq.html