From 37e8d2ad253f47e5960b013207be003b33a7e7a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Thu, 6 Jul 2023 08:57:21 +0200 Subject: [PATCH] Workaround CRaC bug with very high ulimit --- ci/images/setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/images/setup.sh b/ci/images/setup.sh index 60545e6..e2937bc 100755 --- a/ci/images/setup.sh +++ b/ci/images/setup.sh @@ -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