On 11 Oct 2016, at 8:42, Heiko W.Rupp wrote:

Hey,

tl;dr: we need to investigate heap usage - especially in the case of compression
kicking in - it looks like there could be a memory leak. Compression timing seems
mostly ok.

Looks like we are making some progress

I just replaced in a local copy inventory 0.20 with 0.19.3 and this seems to be
smoother sailing - a lot less finalizers that also hold less memory.

I did try to run with -XX:+UseStringDeduplication which requires -XX:+UseG1GC, but
according to MAT it did not have an effect for me. We may want to look into
string interning for the future like we did in JON.