We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d66136 commit 8a8d279Copy full SHA for 8a8d279
src/runtime.sh
@@ -416,6 +416,8 @@ runtime::create() {
416
417
# Extract the container rootfs from the image.
418
common::log INFO "Extracting squashfs filesystem..." NL
419
+ # XXX: https://github.com/NVIDIA/enroot/issues/90
420
+ [ $(ulimit -n) -gt $((2**26)) ] && ulimit -n $((2**26))
421
unsquashfs ${TTY_OFF+-no-progress} -user-xattrs -d "${rootfs}" "${image}" >&2
422
common::fixperms "${rootfs}"
423
}
0 commit comments