Conversation
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.
|
Makes sense to me. |
|
Are you sure you want to remove both the min and the max? It sounds like your description is all about the max. Allocating a large enough heap at the beginning is generally faster, as it saves as-you-go heap expansions |
|
That may be true, but I doubt 128MB is the right value for this. I think On Wed, Dec 16, 2015 at 7:39 PM, Bryan Helmkamp notifications@github.com
|
|
Makes sense |
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.
cc @codeclimate/review