Skip to content

Commit

Permalink
Merge pull request #96 from codeclimate/pb-gc
Browse files Browse the repository at this point in the history
Customize GC behavior differently
  • Loading branch information
pbrisbin committed Feb 3, 2016
2 parents 5183658 + 63dde4b commit 41d4b15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ RUN npm install

USER app

# starting heap, max heap
ENV JAVA_OPTS="-Xms512m -Xmx1280m"
ENV JAVA_OPTS="-XX:+UseParNewGC -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10"

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

0 comments on commit 41d4b15

Please sign in to comment.