mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-16 15:57:19 +00:00
CI: restrict compression threading
On large systems, using all of the CPUs and 50% of the RAM when xz compressing packages is actively harmful because it will happily use up to that limit. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -30,6 +30,9 @@ local_conf_header:
|
|||||||
CONF_VERSION = "2"
|
CONF_VERSION = "2"
|
||||||
BB_NUMBER_THREADS = "16"
|
BB_NUMBER_THREADS = "16"
|
||||||
PARALLEL_MAKE = "-j16"
|
PARALLEL_MAKE = "-j16"
|
||||||
|
XZ_MEMLIMIT = "25%"
|
||||||
|
XZ_THREADS = "16"
|
||||||
|
ZSTD_THREADS = "16"
|
||||||
LICENSE_FLAGS_ACCEPTED += "Arm-FVP-EULA"
|
LICENSE_FLAGS_ACCEPTED += "Arm-FVP-EULA"
|
||||||
setup: |
|
setup: |
|
||||||
PACKAGE_CLASSES = "package_ipk"
|
PACKAGE_CLASSES = "package_ipk"
|
||||||
|
|||||||
Reference in New Issue
Block a user