Increase qemu memory size
This commit is contained in:
parent
cc8b991b99
commit
1aeec04da7
|
@ -1,6 +1,6 @@
|
|||
QEMU=SDL_VIDEO_X11_DGAMOUSE=0 qemu-system-$(ARCH)
|
||||
QEMUFLAGS=-serial mon:stdio -d cpu_reset -d guest_errors
|
||||
QEMUFLAGS+=-smp 4 -m 1024
|
||||
QEMUFLAGS+=-smp 4 -m 2048
|
||||
ifeq ($(iommu),yes)
|
||||
QEMUFLAGS+=-machine q35,iommu=on
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue