Just out of curiosity I just started building the Linux kernel to see what my system does, but the CPU isn’t going over 10% load and is hovering around 40 degrees. I just ran make without any parameters, is there a way to get it to use more than a single cpu core at a time?
Just out of curiosity I just started building the Linux kernel to see what my system does, but the CPU isn’t going over 10% load and is hovering around 40 degrees. I just ran
make
without any parameters, is there a way to get it to use more than a single cpu core at a time?Edit: Now we’re cooking.
make -j$(nproc)
99% CPU utilization at 56 degrees.