From 6462fd1c7c7a632719678ca72844a7b30b2b87ee Mon Sep 17 00:00:00 2001 From: Vishal Bhoj Date: Wed, 12 Mar 2014 22:36:09 +0530 Subject: Reduce the number of job thread to 4 Signed-off-by: Vishal Bhoj --- build-scripts/helpers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-scripts/helpers b/build-scripts/helpers index 5a2ad9d..d056ea8 100644 --- a/build-scripts/helpers +++ b/build-scripts/helpers @@ -90,7 +90,7 @@ repo-sync-from-seed () { calc_make_jobs () { if [ -z "$MAKE_JOBS" ]; then cpuc=`cat /proc/cpuinfo | grep processor | wc -l` - MAKE_JOBS=$(($cpuc * 4)) + MAKE_JOBS=4 fi } -- cgit v1.2.3