Update local.conf.common.inc.sample

This commit is contained in:
2021-03-23 17:47:45 +01:00
committed by GitHub
parent 85370e135d
commit 5841847489

View File

@@ -5,6 +5,8 @@ BB_NUMBER_THREADS ?= "8"
# #
# Determine how many processes make should run in parallel when running compile tasks: # Determine how many processes make should run in parallel when running compile tasks:
PARALLEL_MAKE ?= "-j 4" PARALLEL_MAKE ?= "-j 4"
# Note: For your decision you can get information about core and threads at your machine with this command:
# ~ $ lscpu | grep -E '^Thread|^CPU\('
DISTRO = "tuxbox" DISTRO = "tuxbox"