mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 11:28:58 +00:00
runqemu-internal: increase memory for qemuarm64
Increase memory to 512M for qemuarm64. The original size 126M can't make task testimage pass, neither 256M. [YOCTO #7102] (From OE-Core rev: 93979b2d025cf318fd0d867ed730721c7594d33b) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -51,7 +51,7 @@ else
|
||||
mem_size=128
|
||||
;;
|
||||
"qemuarm64")
|
||||
mem_size=128
|
||||
mem_size=512
|
||||
;;
|
||||
"qemumicroblaze")
|
||||
mem_size=64
|
||||
|
||||
Reference in New Issue
Block a user