On 2014-03-09, Oliver Heger wrote:

> When building with Java 1.5 I get the test failures below (this was
> already the case for the previous releases, so probably no reason to
> worry about).

It looks as if LZMA2 requires a lot of memory, all the failing tests are
using LZMA2 with default setting.  Probably some GC change in Java6
allows the default memory settings of the JVM to be sufficient.  We had
test failures in Continuum and Gump for a test where I requested a 16MB
dictionary rather than the default 4MB - so even for Java6+ we seem to
be close to the limits.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to