From b7264c39022ac6072db4e24fedb5c99a76baa754 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 5 May 2023 09:05:32 -0700 Subject: [PATCH] Try giving aarch64 VMs more RAM to see if it helps desktop tests are very very fail-y on aarch64, with all kinds of random failure cases. I suspect the worker hosts are just *slow*, but they do have plenty of RAM per worker instance, so let's try throwing a bit more RAM at each one and see if that helps at all. Signed-off-by: Adam Williamson --- templates.fif.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates.fif.json b/templates.fif.json index 90517402..fbb3c445 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -25,7 +25,7 @@ "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",