From fe383fcec5c178e9804440647c139b869b56225e Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 13 Oct 2022 09:50:22 +0200 Subject: [PATCH] Give desktop_browser 4G of RAM We're seeing a lot of failures recently in desktop_browser caused by the browser or desktop getting OOM killed. I've filed a bug on this: https://bugzilla.redhat.com/show_bug.cgi?id=2133829 but we need to try and work around it, having the test failing constantly is no good. Let's see if 4G of RAM is enough. Signed-off-by: Adam Williamson --- templates.fif.json | 1 + 1 file changed, 1 insertion(+) diff --git a/templates.fif.json b/templates.fif.json index 196ee215..5f5eb80b 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -966,6 +966,7 @@ "BOOTFROM": "c", "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2", "POSTINSTALL": "desktop_browser", + "QEMURAM": "4096", "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%" } },