From 7bfbfa52d245e5df6391fe1a54e6175a9b577473 Mon Sep 17 00:00:00 2001 From: Will Fleming Date: Wed, 16 Dec 2015 19:31:35 -0500 Subject: [PATCH] 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. --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 88e865e0..788d1789 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,4 @@ RUN npm install USER app -ENV JAVA_OPTS="-Xms128m -Xmx128m" - CMD ["/usr/src/app/bin/duplication"]