diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-01-27 15:19:06 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-28 11:11:20 +0000 |
commit | dd3e190fca76a28f7ffe4bfeed0d6d7654d0093f (patch) | |
tree | e1f0b042bdee71c0db2fb6d01f256d396ea942e9 /meta/recipes-sato/images | |
parent | 8d1195d9e6e6e55cc3699701103bc1870b503663 (diff) | |
download | poky-dd3e190fca76a28f7ffe4bfeed0d6d7654d0093f.tar.gz |
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 <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/images')
-rw-r--r-- | meta/recipes-sato/images/core-image-sato-sdk-ptest.bb | 3 |
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" | |||
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 | QB_MEM = "-m 1024" | 21 | # also lttng-tools needs /tmp that has at least 1G |
22 | QB_MEM = "-m 2048" | ||