Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.0-M2
-
None
-
Windows 2000 Prof DE (5.00.2195) SP4, Java 1.4.2_04-b05, maven 1.0-rc2
AMD-K6(tm) 3D processor with 384 MB RAM
Description
Building the current 1.0-SNAPSHOT on my 'thin-chested' Win2kProf DE box with java v1.4.2_04-b05, there's now an OutOfMemoryError while running the connector.outbound.ConnectionManagerStressTest. Okay, 384 MB RAM isn't that much, but obviously no problem if I run this test in Eclipse3M8. Everything's green there – test(s) passed.
Setting MAVEN_OPTS=-Xmx<memory_size> didn't help. I tried 512m and – probably more realistic – 256M, which I also use in the comand line arguments for Eclipse.
Workaround: I build – successfully btw – with
"maven -Dmaven.test.failure.ignore=true"
for now.
Is this a maven bug (v. 1.0-rc2) ? Or a problem with the installed JREs? Eclipse runs under/uses AppServer-jdk-1.4.2_04-b04, which is JAVA_HOME also, vs. j2re-1.4.2_04-b05 in WINNT/system32/ and programs, which seems to be launched by maven, shells, etc.
Any ideas?
–
/rgb
Attachments
Issue Links
- is depended upon by
-
GERONIMO-446 ConnectionManagerStressTest: OutOfMemoryError during a 'maven rebuild -o'
- Closed