diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-30 22:00:59 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-04-13 13:12:36 -0700 |
commit | 2861b339f4539ec4042cc7aa5351361246f4921f (patch) | |
tree | 7f1c6607fd46f7f62b82d387a514f81c721193cd | |
parent | dc15a21cbb3090dfb56e78f622486f843be4f54a (diff) | |
download | openembedded-core-2861b339f4539ec4042cc7aa5351361246f4921f.tar.gz openembedded-core-2861b339f4539ec4042cc7aa5351361246f4921f.tar.bz2 openembedded-core-2861b339f4539ec4042cc7aa5351361246f4921f.zip |
core-image-sato-sdk-ptest: Increase qemu memory to 1GB
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta/recipes-sato/images/core-image-sato-sdk-ptest.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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" |