From b5b4bc72e1e4f8b4390b3518c335d00825d3c13b Mon Sep 17 00:00:00 2001 From: Trevor Cooper Date: Tue, 23 Jan 2024 21:10:17 -0800 Subject: [PATCH] update aarch64 machine --- templates.fif.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates.fif.json b/templates.fif.json index 7980f693..29ce898c 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -24,7 +24,9 @@ "QEMUCPU": "host", "QEMUCPUS": "2", "QEMUMACHINE": "virt,gic-version=max", - "QEMURAM": 3072, + "QEMURAM": 4096, + "QEMU_MAX_MIGRATION_TIME": "480", + "QEMU_VIDEO_DEVICE": "virtio-gpu-pci", "QEMU_VIRTIO_RNG": "1", "SERIALDEV": "ttyAMA0", "TIMEOUT_SCALE": "1.5",