diff --git a/local.conf.common.inc.sample b/local.conf.common.inc.sample index ca68eb7..6011f2f 100644 --- a/local.conf.common.inc.sample +++ b/local.conf.common.inc.sample @@ -5,6 +5,8 @@ BB_NUMBER_THREADS ?= "8" # # Determine how many processes make should run in parallel when running compile tasks: 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"