From c268692d3069f43807125724a2e019fc66a80fe2 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Mon, 18 Jul 2022 11:53:59 +0200 Subject: Reduce memory on ARM32 and add earlyprintk Signed-off-by: Jan-Simon Moeller Change-Id: I3f8ba44fa475dc395bd77d38542eceb232d19ee6 --- templates/machines/qemuarm.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/machines/qemuarm.jinja2 b/templates/machines/qemuarm.jinja2 index cd0b0fd..bdcccaf 100644 --- a/templates/machines/qemuarm.jinja2 +++ b/templates/machines/qemuarm.jinja2 @@ -11,7 +11,7 @@ {%- set qemu_machine = "virt-2.11" %} {%- set qemu_memory = "2048" %} {%- set qemu_args = "-smp 2 -device usb-ehci -device virtio-rng-pci -device VGA,vgamem_mb=128,edid=on -device qemu-xhci -device usb-tablet -device usb-kbd" %} -{%- set qemu_cmdline = "console=ttyAMA0,115200 root=/dev/vda verbose systemd.log_color=false mem=4096M vmalloc=192M memblock=debug cma=160M " %} +{%- set qemu_cmdline = "console=ttyAMA0,115200 root=/dev/vda verbose earlyprintk systemd.log_color=false mem=2048M vmalloc=192M memblock=debug cma=160M " %} {%- set guestfs_interface = "virtio" %} {%- set rootfs_type = rootfs_type|default("rootvd") %} {%- if (build_type == 'daily') or (build_type == 'release') or (build_type == 'snapshot') or (build_type == 'prerelease') %} -- cgit 1.2.3-korg