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:
Kai Kang 2014-12-25 16:19:33 +08:00 committed by Richard Purdie
parent 575ba9a4d8
commit e3a623bfe3
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ else
mem_size=128
;;
"qemuarm64")
mem_size=128
mem_size=512
;;
"qemumicroblaze")
mem_size=64