From 584184748928770fe8c3cf49262942e5a2143236 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Tue, 23 Mar 2021 17:47:45 +0100 Subject: [PATCH] Update local.conf.common.inc.sample --- local.conf.common.inc.sample | 2 ++ 1 file changed, 2 insertions(+) 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"