diff options
-rw-r--r-- | meta/recipes-core/images/core-image-ptest-all.bb | 4 |
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" | |||
18 | IMAGE_ROOTFS_EXTRA_SPACE = "1124288" | 18 | IMAGE_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 |
22 | QB_MEM = "-m 2048" | 22 | QB_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 |
25 | PTEST_EXPECT_FAILURE = "1" | 25 | PTEST_EXPECT_FAILURE = "1" |