From b05291f4f343c7568d28d8b2f22e448752041b47 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Sun, 1 Feb 2015 11:45:02 +0100 Subject: Makefile.am:qemu: give the qemu machine more memory If testing with large initramfs files, the kernel fails to decompress these, because it runs out of memory. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 20f3580..5ccc4a4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -194,7 +194,7 @@ test-disk.img: gummiboot$(MACHINE_TYPE_NAME).efi test/test-create-disk.sh $(AM_V_GEN)test/test-create-disk.sh qemu: test-disk.img - $(QEMU) -machine accel=kvm -m 256 -bios $(QEMU_BIOS) -snapshot test-disk.img + $(QEMU) -machine accel=kvm -m 1024 -bios $(QEMU_BIOS) -snapshot test-disk.img install-tree: all rm -rf $(abs_srcdir)/install-tree -- cgit v1.2.3