summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-sato/images/core-image-sato-sdk-ptest.bb3
1 files changed, 2 insertions, 1 deletions
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"
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
21QB_MEM = "-m 1024" 21# also lttng-tools needs /tmp that has at least 1G
22QB_MEM = "-m 2048"