Commit cfa0a43
committed
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.1 parent e80eb3a commit cfa0a43
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
22 | 28 | | |
23 | 29 | | |
24 | 30 | | |
| |||
0 commit comments