Increase VM memory

Since 6.1.0-40 we're seeing `Initramfs unpacking failed: write error`.
reviewable/pr1352/r7
Tamir Duberstein 2 weeks ago
parent d1bb7bcc38
commit ec3eacc1d8
No known key found for this signature in database

@ -502,7 +502,7 @@ pub fn run(opts: Options) -> Result<()> {
//
// Heed the advice and boot with noapic. We don't know why this happens.
kernel_args.push(" noapic");
qemu.args(["-no-reboot", "-nographic", "-m", "512M", "-smp", "2"])
qemu.args(["-no-reboot", "-nographic", "-m", "1024M", "-smp", "2"])
.arg("-append")
.arg(kernel_args)
.arg("-kernel")

Loading…
Cancel
Save