We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17fe3ea commit af6eea7Copy full SHA for af6eea7
Dockerfile
@@ -27,6 +27,9 @@ RUN mkdir -p /code-read-write
27
RUN chown -R app:app /code-read-write
28
RUN chmod -R 777 /code-read-write
29
30
+# Increase Java memory limits
31
+ENV JAVA_OPTS="-XX:+UseParNewGC -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10 -Xss4096k"
32
+
33
# Switch to app user, copy code to writable
34
# directory, and run the engine
35
USER app
0 commit comments