Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libguestfish: bump libguestfs VM memory size for ppc64le to 3G
It seems like RHEL 9.2 content makes `mksquashfs` require enough memory to make the oom-killer bring down its mighty hammer. There's `mksquashfs` knobs that could help here, like `-mem` and `-processors` but those are not exposed by the libguestfs wrapper. And trying to call `mksquashfs` directly via the `guestfish debug` escape hatch doesn't seem worth the effort. See also cfa0a43 ("libguestfish: bump libguestfs VM memory size for ppc64le") which originally bumped the default on ppc64le. Closes: openshift/os#1157
- Loading branch information