[oe-commits] [openembedded-core] 04/08: core-image-sato-sdk-ptest: use 2G of RAM

git at git.openembedded.org git at git.openembedded.org
Mon Jan 27 17:42:53 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 4d9f8348f30c91c96c24aadee0d863b36ab3452d
Author: Alexander Kanavin <alex.kanavin at gmail.com>
AuthorDate: Mon Jan 27 15:19:06 2020 +0100

    core-image-sato-sdk-ptest: use 2G of RAM
    
    Particularly, 1G wasn't enough for lttng-tools ptests as
    half of that went to /tmp, and lttng-tools needs more.
    
    Signed-off-by: Alexander Kanavin <alex.kanavin at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-sato/images/core-image-sato-sdk-ptest.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 ff297fe..85b5adb 100644
--- a/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb
+++ b/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb
@@ -18,4 +18,5 @@ IMAGE_OVERHEAD_FACTOR = "1.0"
 IMAGE_ROOTFS_EXTRA_SPACE = "1124288"
 
 # ptests need more memory than standard to avoid the OOM killer
-QB_MEM = "-m 1024"
+# also lttng-tools needs /tmp that has at least 1G
+QB_MEM = "-m 2048"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list