summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/images/core-image-ptest-all.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex@linutronix.de>2021-09-06 11:38:49 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-10 09:25:38 +0100
commit714f11a72d9d158428a267a7424c2e0f28aa8d1c (patch)
tree5b12aaa7d8daa9db9906eca67f71b6d811889f60 /meta/recipes-core/images/core-image-ptest-all.bb
parent84e0778f0af3d0327a6a462bc88cc86f33cf47c6 (diff)
downloadpoky-714f11a72d9d158428a267a7424c2e0f28aa8d1c.tar.gz
core-image-ptest-all: bump RAM requirement to 4G
/tmp is half that, and lttng-ptest writes just under 1G there (and just over 1G on aarch64), so let's have a safe margin. (From OE-Core rev: ef39039cac5819b2e1d65838367ff2be69eab4c2) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/images/core-image-ptest-all.bb')
-rw-r--r--meta/recipes-core/images/core-image-ptest-all.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/images/core-image-ptest-all.bb b/meta/recipes-core/images/core-image-ptest-all.bb
index c1d6aa28a9..1472451675 100644
--- a/meta/recipes-core/images/core-image-ptest-all.bb
+++ b/meta/recipes-core/images/core-image-ptest-all.bb
@@ -18,8 +18,8 @@ IMAGE_OVERHEAD_FACTOR = "1.0"
18IMAGE_ROOTFS_EXTRA_SPACE = "1124288" 18IMAGE_ROOTFS_EXTRA_SPACE = "1124288"
19 19
20# ptests need more memory than standard to avoid the OOM killer 20# ptests need more memory than standard to avoid the OOM killer
21# also lttng-tools needs /tmp that has at least 1G 21# also lttng-tools needs /tmp that has at least 2G
22QB_MEM = "-m 2048" 22QB_MEM = "-m 4096"
23 23
24# Sadly at the moment the full set of ptests is not robust enough and sporadically fails in random places 24# Sadly at the moment the full set of ptests is not robust enough and sporadically fails in random places
25PTEST_EXPECT_FAILURE = "1" 25PTEST_EXPECT_FAILURE = "1"