This commit is contained in:
Gergő Móricz 2025-05-29 19:37:03 +02:00
parent dbeab6ff78
commit e26704dcda

View File

@ -2,6 +2,7 @@
if [ "$UID" -eq 0 ]; then
set +e # disable failing on errror
echo "ENTRYPOINT: OLD ULIMIT: $(ulimit -n)"
ulimit -n 65535
echo "ENTRYPOINT: NEW ULIMIT: $(ulimit -n)"
set -e # enable failing on error