From fcbc7c3219a5c0d7f5a144befcd9152ef6b4f17c Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Fri, 22 Sep 2017 15:52:19 -0700 Subject: [PATCH] vm_image_util: bump PXE and ISO scripts to 2 GiB RAM Now that we're shipping multiple docker packages in the image, 1 GiB is not enough to boot successfully. --- build_library/vm_image_util.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build_library/vm_image_util.sh b/build_library/vm_image_util.sh index fa60c0d5dc..cf14d51a56 100644 --- a/build_library/vm_image_util.sh +++ b/build_library/vm_image_util.sh @@ -231,11 +231,13 @@ IMG_brightbox_OEM_USE=brightbox IMG_pxe_DISK_FORMAT=cpio IMG_pxe_PARTITIONED_IMG=0 IMG_pxe_CONF_FORMAT=pxe +IMG_pxe_MEM=2048 ## iso, which is an cpio image IMG_iso_DISK_FORMAT=iso IMG_iso_PARTITIONED_IMG=0 IMG_iso_CONF_FORMAT=iso +IMG_iso_MEM=2048 ## gce, image tarball IMG_gce_DISK_LAYOUT=vm