From: Alexander Kanavin Date: Mon, 27 Jan 2020 14:19:06 +0000 (+0100) Subject: core-image-sato-sdk-ptest: use 2G of RAM X-Git-Tag: uninative-2.8~384 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=abc308a38c6e37afcaf507858a6578c10438c5d8;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- 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"