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

(From OE-Core rev: 975526b8e38a4a0087f8bbe42dc30a01a33179b0)

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 9fe8b85f20
commit 3ce523c1ef

View File

@@ -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"