Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libguestfish: bump libguestfs VM memory size for ppc64le #3194

Merged
merged 1 commit into from
Nov 14, 2022

Conversation

dustymabe
Copy link
Member

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.

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.
@dustymabe dustymabe enabled auto-merge (rebase) November 14, 2022 15:12
@dustymabe dustymabe merged commit cfa0a43 into coreos:main Nov 14, 2022
@dustymabe dustymabe deleted the dusty-guestfs-memory branch November 14, 2022 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants