[VxWorks] increase the memory for qemu for x86

tst_qbytearray_large autotest fails in CI on x86, because qemu is
started with 4Gb of memory and this test needs 4,7 Gb.

Fixes: QTBUG-149168
Pick-to: 6.12
Change-Id: I0b6d753085c3e1f830cd705e6513003437909c64
Reviewed-by: Toni Saario <toni.saario@qt.io>
This commit is contained in:
Karim Pinter
2026-08-13 14:51:40 +03:00
parent c899623a25
commit e9ce684743
@@ -85,7 +85,7 @@ elif [ "$TYPE" = "intel" ]; then
$VXWORKS_QEMU/bin/qemu-system-x86_64 \
-M q35 \
-smp 4 \
-m 4G \
-m 8G \
-cpu "Skylake-Client" \
-enable-kvm \
-monitor none \