#[SOLVED] How to make pacman compile with a lot of thread ?

10 messages · Page 1 of 1 (latest)

misty bloom
#

I trying to download a package via paru but it's compile with 2 thread I want use way more thread

flint lake
#

MAKEFLAGS=-j<number_of_threads_to_use>

misty bloom
#

thanks

flint lake
#

You can use nproc to get the number of available processors

#

MAKEFLAGS="-j$(nproc)"

misty bloom
flint lake
misty bloom
#

thanks a lot

#

that like 100 time more fast

flint lake
#

no prob