Browse Source

Use only 4 cores for now to prevent running out of RAM

duke
Duke Leto 3 years ago
parent
commit
eb831a1e69
  1. 2
      build.sh

2
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

Loading…
Cancel
Save