]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: set memory size to 256M for most qemu machines
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 2 Sep 2013 10:35:14 +0000 (11:35 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 2 Sep 2013 17:02:54 +0000 (18:02 +0100)
commitfe5dfdece98692f8fa731c8d11c907a272266ea5
treedb11c35c1c257eb3c73f2aed91e746ff777c8adb
parent5eca43debd7fbc861d41f4e260b37282915bd053
runqemu: set memory size to 256M for most qemu machines

Set memory size to 256M for qemuarm, qemux86, qemux86-64, qemumips,
qemumips64, and qemuppc.

This allows the smart automated tests to run on machines with a GUI
environment (such as Sato) running at the same time, for which 128M is
too limiting. Setting this in runqemu allows users manually using
runqemu to avoid the same out-of-memory issues under similar conditions
using smart, on-target compilation or other uses.

Fixes [YOCTO #5045].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu-internal