Skip to content

Commit a04e138

Browse files
committed
Merge pull request #43 from codeclimate/pb-mem-limits
Reduce java memory options to 128M
2 parents 8a57a41 + e466a17 commit a04e138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ RUN npm install
2525

2626
USER app
2727

28-
ENV JAVA_OPTS="-Xms384m -Xmx384m"
28+
ENV JAVA_OPTS="-Xms128m -Xmx128m"
2929

3030
CMD ["/usr/src/app/bin/duplication"]

0 commit comments

Comments
 (0)