From a98671a670af306c16a93daffd3867a139dbab62 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 17 Oct 2022 14:19:50 -0700 Subject: [PATCH] Give install_default_update_live 4G of RAM too This test seems to be struggling with 3G of RAM also. Signed-off-by: Adam Williamson --- templates-updates.fif.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates-updates.fif.json b/templates-updates.fif.json index b5f89dc2..6c93e270 100644 --- a/templates-updates.fif.json +++ b/templates-updates.fif.json @@ -337,7 +337,8 @@ "settings": { "+START_AFTER_TEST": "live_build@%ARCH_BASE_MACHINE%", "INSTALL": "1", - "ISO": "Fedora-%SUBVARIANT%-Live-%ARCH%-%ADVISORY_OR_TASK%.iso" + "ISO": "Fedora-%SUBVARIANT%-Live-%ARCH%-%ADVISORY_OR_TASK%.iso", + "QEMURAM": "4096" } }, "install_default_update_netinst": {