From f476e00bd6f84d6b9189b9d50fe9d0f2ac66ac7a Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 19 Jul 2017 15:18:54 -0700 Subject: [PATCH] We need 4GiB of RAM in virt-install, for F26, it seems Running with 2GiB causes the Workstation image builds to fail. --- createhdds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/createhdds.py b/createhdds.py index d800231..2d7eeec 100755 --- a/createhdds.py +++ b/createhdds.py @@ -251,7 +251,7 @@ class VirtInstallImage(object): "--os-variant", shortid, "-x", xargs, "--initrd-inject", "{0}/{1}.ks".format(SCRIPTDIR, self.name), "--location", loctmp.format(str(self.release), self.variant, arch), "--name", "createhdds", - "--memory", "2048", "--noreboot", "--wait", "-1"] + "--memory", "4096", "--noreboot", "--wait", "-1"] if textinst: args.extend(("--graphics", "none", "--extra-args", "console=ttyS0")) else: