]> code.ossystems Code Review - openembedded-core.git/commitdiff
core-image-sato-sdk-ptest: Increase qemu memory to 1GB
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 Jan 2019 22:00:59 +0000 (22:00 +0000)
committerArmin Kuster <akuster808@gmail.com>
Sat, 13 Apr 2019 20:12:36 +0000 (13:12 -0700)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-sato/images/core-image-sato-sdk-ptest.bb

index 531571ee877f37a8538a3b0d1cda39c60c3dd247..7e3152b4a11203c1b8ad404bd06fc172e358f036 100644 (file)
@@ -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"