Threads to 8

This commit is contained in:
Matt 2017-08-26 16:55:23 -04:00
parent cd32f3f016
commit 7d7450b881

View File

@ -147,7 +147,7 @@ if [ ! -e conf/local.conf.sample ]; then
grep -v '^#\|^$' conf/local.conf.sample > conf/local.conf
cat >> conf/local.conf <<EOF
BB_NUMBER_THREADS = '$NCPU'
BB_NUMBER_THREADS = '8'
PARALLEL_MAKE = '-j $NCPU'
DL_DIR ?= "\${BSPDIR}/downloads/"