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

@ -8,7 +8,7 @@ args = """\
-machine q35,kernel-irqchip=split \
-cpu Icelake-Server,+x2apic \
--no-reboot \
-m 2G \
-m 8G \
-smp 1 \
-nographic \
-serial chardev:mux \

View File

@ -8,7 +8,7 @@ args = """\
-machine q35,kernel-irqchip=split \
-cpu Icelake-Server,+x2apic \
--no-reboot \
-m 2G \
-m 8G \
-smp 1 \
-nographic \
-serial chardev:mux \