Workaround CRaC bug with very high ulimit

This commit is contained in:
Sébastien Deleuze
2023-07-06 08:57:21 +02:00
parent 4731c54b65
commit 37e8d2ad25

View File

@@ -28,6 +28,7 @@ cd /opt/crac-jdk
curl -L ${CRAC_JDK_URL} | tar zx --strip-components=1
test -f /opt/crac-jdk/bin/java
test -f /opt/crac-jdk/bin/javac
echo 'ulimit -n 1024' >> /root/.bashrc
###########################################################
# DOCKER