Use only 4 cores for now to prevent running out of RAM
This commit is contained in:
2
build.sh
2
build.sh
@@ -4,7 +4,7 @@
|
|||||||
UNAME=$(uname)
|
UNAME=$(uname)
|
||||||
|
|
||||||
if [ "$UNAME" == "Linux" ] ; then
|
if [ "$UNAME" == "Linux" ] ; then
|
||||||
JOBS=$(nproc)
|
JOBS=4
|
||||||
elif [ "$UNAME" == "FreeBSD" ] ; then
|
elif [ "$UNAME" == "FreeBSD" ] ; then
|
||||||
JOBS=$(nproc)
|
JOBS=$(nproc)
|
||||||
elif [ "$UNAME" == "Darwin" ] ; then
|
elif [ "$UNAME" == "Darwin" ] ; then
|
||||||
|
|||||||
Reference in New Issue
Block a user