Next time try make -j<number of cpu cores + 1 )

I thought it was limited by the number of processor threads? In this case, if each CPU core has just one thread, the +1 does not really serve a purpose? 

Cheers,

On Sun, 23 Feb 2020 at 09:26, Aruna Hewapathirane <aruna.hewapathirane@gmail.com> wrote:
>> On Sat, Feb 22, 2020 at 12:39 PM Enzo Desiage <enzo@desiage.org> wrote
>> Thanks, it worked!

Next time try make -j<number of cpu cores + 1 ) , that is lets say you have two cores ?

make -j3

usually will cut down compile time in half :-)

Aruna
_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


--
Pratyush Das(Reik)