Coin: Use 16GB of memory for VxWorks x86_64 qemu

A test requires this much memory.

Change-Id: I85063fbe911317035a6de3e85354ffb243d0cd7f
Reviewed-by: Simo Fält <simo.falt@qt.io>
Reviewed-by: Aku Pietikäinen <aku.pietikainen@qt.io>
This commit is contained in:
Toni Saario
2024-11-18 10:47:42 +02:00
parent b25251e2ba
commit fbed6e5f0c

View File

@@ -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 \