From 2861b339f4539ec4042cc7aa5351361246f4921f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 30 Jan 2019 22:00:59 +0000 Subject: core-image-sato-sdk-ptest: Increase qemu memory to 1GB Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- meta/recipes-sato/images/core-image-sato-sdk-ptest.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/recipes-sato') 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" -- cgit 1.2.3-korg