From ee3c27ccb72b3d27d5e7937dfccc856ab470160b Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 17 Jul 2020 09:25:57 -0700 Subject: [PATCH] Bump netinst images to 3GiB RAM (#1856514) Since systemd-246~rc1-1.fc33, network install images crash if booted with only 2GiB of RAM. No-one seems to be fixing this as a matter of urgency, so let's just bump the tests to 3GiB at least for now. Signed-off-by: Adam Williamson --- templates.fif.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates.fif.json b/templates.fif.json index 972470cb..a134ef21 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -129,6 +129,7 @@ "distri": "fedora", "flavor": "Everything-boot-iso", "settings": { + "QEMURAM": 3072, "TEST_TARGET": "ISO" }, "version": "*" @@ -199,6 +200,7 @@ "distri": "fedora", "flavor": "Server-boot-iso", "settings": { + "QEMURAM": 3072, "TEST_TARGET": "ISO" }, "version": "*"