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
We've seen errors running buildextend-live on ppc64le: ``` subprocess.CalledProcessError: Command '['/usr/lib/coreos-assembler/gf-mksquashfs', 'builds/412.86.202211102204-0/ppc64le/rhcos-412.86.202211102204-0-metal.ppc64le.raw', '/home/jenkins/agent/workspace/build-arch/tmp/buildpost-live/initrd-rootfs/root.squashfs', 'gzip']' returned non-zero exit status 1. ``` It appears to be running out of memory inside the libgestfs VM. This may be because we are setting the smp value high on this particular machine (because it has 128 processors) with the `coreos_gf set-smp "$(kola ncpu)"` call.
- Loading branch information