mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
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>
This commit is contained in:
parent
8d1195d9e6
commit
dd3e190fca
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user