You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For OOM, we should find a way to tweak QEMU options and truly investigate if the OOM is reached due to QEMU limits or the VM from GitHub itself. Here's the reference:
# ERROR: failed to solve: ResourceExhausted: process "/bin/sh -c sh -c '/entry-point.sh guix pull ..." did not complete successfully: cannot allocate memory# { docker: linux/arm64/v8, guix: aarch64-linux },# { docker: linux/ppc64le, guix: powerpc64le-linux }
linux/arm/v7
It seems this issue depends on the kernel image, we should investigate it further:
Reference:
https://lists.gnu.org/archive/html/help-guix/2017-12/msg00023.html
linux/arm64/v8, linux/ppc64le
For OOM, we should find a way to tweak QEMU options and truly investigate if the OOM is reached due to QEMU limits or the VM from GitHub itself. Here's the reference:
Reference:
https://github.com/docker/setup-qemu-action
https://hub.docker.com/r/tonistiigi/binfmt
https://github.com/tonistiigi/binfmt
The text was updated successfully, but these errors were encountered: