You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2019/06/02 19:25:09 UTC

[Bug 63474] Workbook creation fails with a JVM memory error in 3.14-beta1 and later, but succeeds in 3.13 and earlier

https://bz.apache.org/bugzilla/show_bug.cgi?id=63474

--- Comment #9 from andrea.stacchiotti@acus.eu ---
The system has plenty of memory leftover, I easily have 5 free GBs over the max
size of java's heap.

I am trying to bisect the 3.13 - 3.14 cycle to find the problematic commit, but
I'm having some issues.

I can easily replicate the issue on a separate project with the two artifacts
from maven, but I can't get the library junit tests to help me.

I've added a junit test doing exactly what I do in my standalone program, but
whatever tag I checkout, `ant test-main` always fails at my test with an OOM
(either heap space or GM limit, NOT the horrible crash a standalone program
does), no matter what heap space I give with ANT_OPTS.

I could bisect by building the jars each time and importing them in my toy
project, but that seems very very laborious, do you have better ideas?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org