diff options
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index e201b671bb..131ba296d3 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -795,7 +795,7 @@ BB_NUMBER_THREADS ?= "${@oe.utils.cpu_count()}" | |||
795 | PARALLEL_MAKE ?= "-j ${@oe.utils.cpu_count()}" | 795 | PARALLEL_MAKE ?= "-j ${@oe.utils.cpu_count()}" |
796 | 796 | ||
797 | # Default parallelism and resource usage for xz | 797 | # Default parallelism and resource usage for xz |
798 | XZ_DEFAULTS ?= "--memlimit=50% --threads=${@oe.utils.cpu_count()}" | 798 | XZ_DEFAULTS ?= "--memlimit=50% --threads=${@oe.utils.cpu_count(at_least=2)}" |
799 | 799 | ||
800 | ################################################################## | 800 | ################################################################## |
801 | # Magic Cookie for SANITY CHECK | 801 | # Magic Cookie for SANITY CHECK |