X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=build-root%2FMakefile;h=34d6c9dd28e66a060bd0fd70a5e031c003294c65;hb=2e89a894a46e6de80bdd3bcec184a53b32e5c091;hp=f8b2105c243c4ddbfd22903b22918ea3bc89ad81;hpb=e2efecec426245163ae0abe00ca8ff368556c480;p=vpp.git diff --git a/build-root/Makefile b/build-root/Makefile index f8b2105c243..34d6c9dd28e 100644 --- a/build-root/Makefile +++ b/build-root/Makefile @@ -670,7 +670,7 @@ linux_n_cpus = `grep '^processor' /proc/cpuinfo | wc -l` MAKE_PARALLEL_JOBS = \ -j $(shell \ if [ -f /proc/cpuinfo ] ; then \ - expr 4 '*' $(linux_n_cpus) ; \ + expr 2 '*' $(linux_n_cpus) ; \ else \ echo 1 ; \ fi)