Skip to content

Commit d160242

Browse files
committed
cmdlib: bump default supermin VM memory request
Using mkfs.erofs has bumped the requirements for the amount of memory we need here. While the memory usage was improved with the changes in [1] and [2] we want to bump this here anyway to give ourselves some wiggle room (especially because RHCOS is larger than FCOS). [1] erofs/erofs-utils#13 [2] osbuild/osbuild#2020
1 parent 2cd3e0c commit d160242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmdlib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ EOF
767767

768768
# There seems to be some false positives in shellcheck
769769
# https://github.com/koalaman/shellcheck/issues/2217
770-
memory_default=2048
770+
memory_default=3072
771771
# shellcheck disable=2031
772772
case $arch in
773773
# Power 8 page faults with 2G of memory in rpm-ostree

0 commit comments

Comments
 (0)