Increase memory size and change boot mode in CI

This commit is contained in:
skpupil
2024-05-29 14:46:55 +08:00
committed by Tate, Hongliang Tian
parent 4101d8328a
commit da3e279ac6
5 changed files with 7 additions and 7 deletions

View File

@ -14,7 +14,7 @@ echo "[$1] Forwarded QEMU guest port: $RAND_PORT_NUM1->22; $RAND_PORT_NUM2->8080
COMMON_QEMU_ARGS="\
-cpu Icelake-Server,+x2apic \
-smp ${SMP:-1} \
-m ${MEM:-2G} \
-m ${MEM:-8G} \
--no-reboot \
-nographic \
-display none \