Skip to content

Commit 7bfbfa5

Browse files
committed
remove Java heap settings
These seem to be causing non-deterministic analysis results from some behavior in JRuby/the JVM. While we hunt this down, it would be preferable to not set heap limits & let the engine hard-crash by hitting container memory limits.
1 parent b26bc6d commit 7bfbfa5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,4 @@ RUN npm install
2525

2626
USER app
2727

28-
ENV JAVA_OPTS="-Xms128m -Xmx128m"
29-
3028
CMD ["/usr/src/app/bin/duplication"]

0 commit comments

Comments
 (0)