I ikevin8me Jun 14, 2021 #1 I notice that whenever I run make buildworld, it is using only a single CPU. Is it possible to make it use all the CPUs?
I notice that whenever I run make buildworld, it is using only a single CPU. Is it possible to make it use all the CPUs?
SirDice Administrator Staff member Administrator Moderator Jun 14, 2021 #2 ikevin8me said: Is it possible to make it use all the CPUs? Click to expand... Yes, just add -j <number> to use more cores. make -j 8 buildworld buildkernel
ikevin8me said: Is it possible to make it use all the CPUs? Click to expand... Yes, just add -j <number> to use more cores. make -j 8 buildworld buildkernel