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: lucaceresoli/bug-15201-perf-libtraceevent-missing~15494 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=975526b8e38a4a0087f8bbe42dc30a01a33179b0;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git core-image-sato-sdk-ptest: Increase qemu memory to 1GB Signed-off-by: Richard Purdie --- 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 531571ee877..7e3152b4a11 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"