From e472b31e75749da2c453cbdc9152d390cba744be Mon Sep 17 00:00:00 2001 From: Isaac True Date: Thu, 21 Sep 2023 16:07:20 +0200 Subject: [PATCH] ERL-424: run_qemu.sh: increase default RAM size With kdump-tools reserving a large chunk of RAM, there is not enough RAM leftover for testing with snapd. Increase the default RAM size to get around this. Signed-off-by: Isaac True --- run_qemu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_qemu.sh b/run_qemu.sh index 4a88dda..4126966 100755 --- a/run_qemu.sh +++ b/run_qemu.sh @@ -3,7 +3,7 @@ set -eo pipefail -RAM="1G" +RAM="2G" SMP="2" HOST_ARCH="$(uname -m)" ARCH=""