We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c4c959 + f1bf1ac commit 719b052Copy full SHA for 719b052
Dockerfile
@@ -5,7 +5,7 @@ RUN lein uberjar
5
6
FROM eclipse-temurin:11-jre
7
ENV MALLOC_ARENA_MAX=2
8
-ENV JAVA_TOOL_OPTIONS="-Xms128M -Xmx512M -XX:MaxDirectMemorySize=512M"
+ENV JAVA_TOOL_OPTIONS="-Xms128M -Xmx512M -XX:MaxDirectMemorySize=512M -XX:+ExitOnOutOfMemoryError"
9
VOLUME /var/lib/xtdb
10
EXPOSE 3000
11
WORKDIR /app
0 commit comments