Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

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‎

Lines changed: 3 additions & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /