use 1 core by default
This commit is contained in:
parent
4c8301b6c0
commit
73523fd55f
|
@ -27,7 +27,7 @@ echo "$ARCH CPU detected"
|
||||||
if command -v nproc >/dev/null; then
|
if command -v nproc >/dev/null; then
|
||||||
JOBS=$(nproc)
|
JOBS=$(nproc)
|
||||||
else
|
else
|
||||||
JOBS=4
|
JOBS=1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Platform Assignment
|
# Platform Assignment
|
||||||
|
|
Loading…
Reference in New Issue