From 5b897801bfd5770f659bb5ecf715ebb9e2647d68 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 18 Aug 2022 13:41:13 -0400 Subject: [PATCH] Bump RAM on x86_64 machines to 3G Workstation tests on Rawhide are getting OOM killed. Let's see if this helps. All the other arches have this much already, and the worker hosts can handle it. Signed-off-by: Adam Williamson --- templates.fif.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates.fif.json b/templates.fif.json index 99709af7..7133f740 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -7,7 +7,7 @@ "PART_TABLE_TYPE": "mbr", "QEMUCPU": "Nehalem", "QEMUCPUS": "2", - "QEMURAM": "2048", + "QEMURAM": "3072", "QEMUVGA": "virtio", "QEMU_VIRTIO_RNG": "1", "WORKER_CLASS": "qemu_x86_64" @@ -68,7 +68,7 @@ "PART_TABLE_TYPE": "gpt", "QEMUCPU": "Nehalem", "QEMUCPUS": "2", - "QEMURAM": "2048", + "QEMURAM": "3072", "QEMUVGA": "virtio", "QEMU_VIRTIO_RNG": "1", "UEFI": "1",