1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-24 23:03:08 +00:00

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

View File

@ -25,7 +25,7 @@
"QEMUCPU": "host", "QEMUCPU": "host",
"QEMUCPUS": "2", "QEMUCPUS": "2",
"QEMUMACHINE": "virt,gic-version=max", "QEMUMACHINE": "virt,gic-version=max",
"QEMURAM": 3072, "QEMURAM": 4096,
"QEMU_MAX_MIGRATION_TIME": "480", "QEMU_MAX_MIGRATION_TIME": "480",
"QEMU_VIDEO_DEVICE": "virtio-gpu-pci", "QEMU_VIDEO_DEVICE": "virtio-gpu-pci",
"QEMU_VIRTIO_RNG": "1", "QEMU_VIRTIO_RNG": "1",