Skip to content

Commit 7379db3

Browse files
committed
vm_image_util.sh: Bump default VM memory to 2 GB
While Flatcar itself runs fine with 1 GB, many workloads do not and having to debug this is time consuming when one forgets to bump the VM memory, e.g., in the Qemu script. Default to 2 GB as known-good setting for things like Kubernetes or setting up LUKS devices.
1 parent 4d5e464 commit 7379db3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build_library/vm_image_util.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ IMG_DEFAULT_CONF_FORMAT=
119119
IMG_DEFAULT_BUNDLE_FORMAT=
120120

121121
# Memory size to use in any config files
122-
IMG_DEFAULT_MEM=1024
122+
IMG_DEFAULT_MEM=2048
123123

124124
# Number of CPUs to use in any config files
125125
IMG_DEFAULT_CPUS=2
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- The default VM memory was bumped to 2 GB in the Qemu script and for VMware OVFs

0 commit comments

Comments
 (0)