tests/vm: Bump guest RAM up from 2G to 4G
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 3 Aug 2018 08:52:29 +0000 (09:52 +0100)
committerFam Zheng <famz@redhat.com>
Wed, 15 Aug 2018 02:12:35 +0000 (10:12 +0800)
commiteb2712f5682c747c64f69e32fdb233839d739db8
treec343350c66d997f06e149ae2ff991502e85e364a
parent41e3340afed6337907287d674c56d9ec5b6990ad
tests/vm: Bump guest RAM up from 2G to 4G

Currently we run the guests in a VM which is given only 2G of RAM.
Since the guests are configured without any swap space, builds
can fail because the system runs out of memory and kills the
compiler, especially if the job count is set for a lot of
parallelism. Bump the setting up from 2G to 4G to give us some
more headroom.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20180803085230.30574-5-peter.maydell@linaro.org>
Signed-off-by: Fam Zheng <famz@redhat.com>
tests/vm/basevm.py