We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae5f594 + 53bfb3a commit 71a96dbCopy full SHA for 71a96db
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