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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-05-05 09:05:32 -07:00
parent e06c3f5ced
commit b7264c3902
1 changed files with 1 additions and 1 deletions

View File

@ -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",