diff --git a/qemu/Config.in b/qemu/Config.in index 71801814..03bdbaf2 100644 --- a/qemu/Config.in +++ b/qemu/Config.in @@ -29,8 +29,8 @@ endchoice config QEMU_MACHINE string - default "qemu-system-aarch64 -M virt -cpu cortex-a72" if BR2_aarch64 - default "qemu-system-x86_64 -M q35,accel=kvm -cpu host -enable-kvm" if BR2_x86_64 + default "qemu-system-aarch64 -M virt -cpu cortex-a72 -m 256M" if BR2_aarch64 + default "qemu-system-x86_64 -M q35,accel=kvm -cpu host -enable-kvm -m 256M" if BR2_x86_64 config QEMU_KERNEL string