diff --git a/build.sh b/build.sh index de066b6..3476061 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ UNAME=$(uname) if [ "$UNAME" == "Linux" ] ; then - JOBS=$(nproc) + JOBS=4 elif [ "$UNAME" == "FreeBSD" ] ; then JOBS=$(nproc) elif [ "$UNAME" == "Darwin" ] ; then