mirror of
git://code.qt.io/qt/qt5.git
synced 2026-09-04 00:09:28 +08:00
[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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user