From fbed6e5f0c4d3143656bae05dfadae45c99cb865 Mon Sep 17 00:00:00 2001 From: Toni Saario Date: Mon, 18 Nov 2024 10:47:42 +0200 Subject: [PATCH] Coin: Use 16GB of memory for VxWorks x86_64 qemu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A test requires this much memory. Change-Id: I85063fbe911317035a6de3e85354ffb243d0cd7f Reviewed-by: Simo Fält Reviewed-by: Aku Pietikäinen --- coin/provisioning/common/linux/vxworks_qemu_launcher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/provisioning/common/linux/vxworks_qemu_launcher.sh b/coin/provisioning/common/linux/vxworks_qemu_launcher.sh index 2c345150..93795583 100755 --- a/coin/provisioning/common/linux/vxworks_qemu_launcher.sh +++ b/coin/provisioning/common/linux/vxworks_qemu_launcher.sh @@ -33,7 +33,7 @@ elif [ "$TYPE" = "intel" ]; then $VXWORKS_QEMU/bin/qemu-system-x86_64 \ -M q35 \ -smp 8 \ - -m 8G \ + -m 16G \ -cpu "Skylake-Client" \ -monitor none \ -nographic \