diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 2e59e49f82..ea00098aed 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -547,9 +547,18 @@
BB_NUMBER_THREADS
- The maximum number of tasks BitBake should run in parallel at any one time.
- If your host development system supports multiple cores, a good rule of thumb
- is to set this variable to twice the number of cores.
+
+ The maximum number of tasks BitBake should run in parallel
+ at any one time.
+ If your host development system supports multiple cores,
+ a good rule of thumb is to set this variable to twice the
+ number of cores.
+
+
+
+ The default value for BB_NUMBER_THREADS
+ is equal to the number of cores your build system has.
+
@@ -4792,9 +4801,14 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
-j 4, where the number
represents the maximum number of parallel threads make can
run.
+
+
+
If you development host supports multiple cores a good
rule of thumb is to set this variable to twice the number
of cores on the host.
+ If you do not set PARALLEL_MAKE, it
+ defaults to the number of cores your build system has.
Individual recipes might clear out this variable if
the software being built has problems running its