1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 00:59:48 +00:00

core-image-sato-sdk-ptest: Increase qemu memory to 1GB

(From OE-Core rev: 2861b339f4539ec4042cc7aa5351361246f4921f)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2019-01-30 22:00:59 +00:00
parent 08230d15a8
commit 9728d8e4fa
@@ -9,3 +9,6 @@ IMAGE_FEATURES += "ptest-pkgs"
# box) and explicitly add just 500MB.
IMAGE_OVERHEAD_FACTOR = "1.0"
IMAGE_ROOTFS_EXTRA_SPACE = "524288"
# ptests need more memory than standard to avoid the OOM killer
QB_MEM = "-m 1024"