diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-30 22:00:59 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-02 11:05:59 +0000 |
commit | 3ce523c1ef6ee38981941a99f0e457950b53649f (patch) | |
tree | 1ebb1845300e95d4b0e08c5821a5ebb89c94f473 | |
parent | 9fe8b85f20a252c38698841a93659fa49fc912fe (diff) | |
download | poky-3ce523c1ef6ee38981941a99f0e457950b53649f.tar.gz |
core-image-sato-sdk-ptest: Increase qemu memory to 1GB
(From OE-Core rev: 975526b8e38a4a0087f8bbe42dc30a01a33179b0)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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" | |||
9 | # box) and explicitly add just 500MB. | 9 | # box) and explicitly add just 500MB. |
10 | IMAGE_OVERHEAD_FACTOR = "1.0" | 10 | IMAGE_OVERHEAD_FACTOR = "1.0" |
11 | IMAGE_ROOTFS_EXTRA_SPACE = "524288" | 11 | IMAGE_ROOTFS_EXTRA_SPACE = "524288" |
12 | |||
13 | # ptests need more memory than standard to avoid the OOM killer | ||
14 | QB_MEM = "-m 1024" | ||