Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Customize GC behavior differently #96

Merged
merged 1 commit into from
Feb 3, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"]