From: Richard Purdie Date: Wed, 30 Jan 2019 22:00:59 +0000 (+0000) Subject: core-image-sato-sdk-ptest: Increase qemu memory to 1GB X-Git-Tag: 2018-10.4-thud~126 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2861b339f4539ec4042cc7aa5351361246f4921f;p=openembedded-core.git core-image-sato-sdk-ptest: Increase qemu memory to 1GB Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- diff --git a/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb b/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb index 531571ee87..7e3152b4a1 100644 --- a/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb +++ b/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb @@ -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"