https://bz.apache.org/bugzilla/show_bug.cgi?id=63474
--- Comment #9 from [email protected] --- 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: [email protected] For additional commands, e-mail: [email protected]
