Hacker News new | ask | show | jobs
by voltagex_ 2398 days ago
make -j will do it, but having played around a bit via machines on packet.net, RAM is the limiting factor.
1 comments

> If the -j option is given without an argument, make will not limit the number of jobs that can run simultaneously.

On large projects you'll run OOM quickly if you're compiling thousands of files at once. All the context switches also slow down compilation.