Skip to content

Commit 71a96db

Browse files
committed
Merge pull request #57 from codeclimate/will/starting-heap
Set Java Heap settings
2 parents ae5f594 + 53bfb3a commit 71a96db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,7 @@ RUN npm install
2525

2626
USER app
2727

28+
# starting heap, max heap
29+
ENV JAVA_OPTS="-Xms512m -Xmx1280m"
30+
2831
CMD ["/usr/src/app/bin/duplication"]

0 commit comments

Comments
 (0)