Makefile parameter "-j"
ATSxp opened this issue · comments
ATS commented
Hello, I use a CPU with 2 cores and I was wondering if I were to use the "-j8/16" parameter in the Makefile, would that make the computer demand too much of my CPU?
Sorry if my English is bad, I'm using google translator =)
GValiente commented
If you have a CPU with only two cores, you probably have to use -j2
:
https://www.gnu.org/software/make/manual/html_node/Parallel.html
ATS commented
Ok, thankyou =)