From dd3e190fca76a28f7ffe4bfeed0d6d7654d0093f Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 27 Jan 2020 15:19:06 +0100 Subject: 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. (From OE-Core rev: abc308a38c6e37afcaf507858a6578c10438c5d8) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-sato/images/core-image-sato-sdk-ptest.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (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 ff297fe324..85b5adbc69 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" -- cgit v1.2.3-54-g00ecf