We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de048cc commit 53bfb3aCopy full SHA for 53bfb3a
Dockerfile
@@ -25,4 +25,7 @@ RUN npm install
25
26
USER app
27
28
+# starting heap, max heap
29
+ENV JAVA_OPTS="-Xms512m -Xmx1280m"
30
+
31
CMD ["/usr/src/app/bin/duplication"]
0 commit comments