Hacker News new | past | comments | ask | show | jobs | submit login

The linux kernel uses a make based build system.

When you kickoff a unlimited parallel build with `make -j` you get one gcc process per .c file.

As you can imagine this over subscribes the CPU by little bit.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: