You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Christian Moser (JIRA)" <ji...@codehaus.org> on 2011/04/04 15:54:22 UTC

[jira] Commented: (SUREFIRE-711) OutOfMemoryError while building multi module projects

    [ http://jira.codehaus.org/browse/SUREFIRE-711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=262459#action_262459 ] 

Christian Moser commented on SUREFIRE-711:
------------------------------------------

I'm sorry for my late reply, I was off work for a little while.
Here are the stats, it's curios that 2.8 took longer, perhaps because it was the first execution of the build:

2.6
[INFO] Total time: 13:46.940s
[INFO] Finished at: Mon Apr 04 15:02:30 CEST 2011
[INFO] Final Memory: 257M/494M

2.8
[INFO] Total time: 13:53.233s
[INFO] Finished at: Mon Apr 04 15:19:02 CEST 2011
[INFO] Final Memory: 256M/494M

2.7.1
FAILED

2.7.2
FAILED


> OutOfMemoryError while building multi module projects
> -----------------------------------------------------
>
>                 Key: SUREFIRE-711
>                 URL: http://jira.codehaus.org/browse/SUREFIRE-711
>             Project: Maven Surefire
>          Issue Type: Bug
>    Affects Versions: 2.7.2
>         Environment: Win 7 32bit
>            Reporter: Christian Moser
>            Assignee: Kristian Rosenvold
>            Priority: Critical
>             Fix For: 2.8
>
>         Attachments: surefire-log.zip, surefire2-6-0.JPG, surefire2-7-2.JPG, surefire2-8-SNAPSHOT-fix2.JPG, surefire2-8-SNAPSHOT.JPG
>
>
> We're getting out of memory errors since we've updated to surefire 2.7.2 from 2.6.
> Please check the attached jvisualvm pics they show the same build execution with 2.6 and 2.7.2. The attached "log.txt" and "log -X.txt" might also be interesting.
> it seems like 2.7.2 is not unloading classes after processing.
> We found out that if we skip tests with -DskipTests=true, the exception won't occur.
> The build consists of several multi module projects.
>     <modules>
> 		<module>..\..\BaseSys\trunk</module> (multimodule)
> 		<module>..\..\MagIC\trunk</module> (multimodule)
> 		<module>..\..\StabNet\trunk</module> (multimodule)
> 		<module>..\..\tiamo\trunk</module> (multimodule)
> 		<module>..\..\TiBase\trunk</module> (multimodule)
> 		<module>..\..\VIVA\trunk</module> (multimodule)
>     </modules>
>  
> [ERROR] Java heap space -> [Help 1]---------------------------Exception in thread "main" jav
> lang.OutOfMemoryError: Java heap space
>         at java.util.Arrays.copyOf(Arrays.java:2786)
>         at java.io.ByteArrayOutputStream.write(ByteArrayOutputStream.java:94)
>         at java.io.PrintStream.write(PrintStream.java:430)
>         at org.apache.maven.surefire.util.TeeStream.write(TeeStream.java:44)
>         at java.io.PrintStream.write(PrintStream.java:430)
>         at org.apache.maven.surefire.util.TeeStream.write(TeeStream.java:42)
>         at java.io.PrintStream.write(PrintStream.java:430)
>         at org.apache.maven.surefire.util.TeeStream.write(TeeStream.java:42)
>         at java.io.PrintStream.write(PrintStream.java:430)
>         at org.apache.maven.surefire.util.TeeStream.write(TeeStream.java:42)
>         at java.io.PrintStream.write(PrintStream.java:430)
>         at org.apache.maven.surefire.util.TeeStream.write(TeeStream.java:42)
>         at java.io.PrintStream.write(PrintStream.java:430)
>         at org.apache.maven.surefire.util.TeeStream.write(TeeStream.java:42)
>         at java.io.PrintStream.write(PrintStream.java:430)
>         at org.apache.maven.surefire.util.TeeStream.write(TeeStream.java:42)
>         at java.io.PrintStream.write(PrintStream.java:430)
>         at org.apache.maven.surefire.util.TeeStream.write(TeeStream.java:42)
>         at java.io.PrintStream.write(PrintStream.java:430)
>         at org.apache.maven.surefire.util.TeeStream.write(TeeStream.java:42)
>         at java.io.PrintStream.write(PrintStream.java:430)
>         at org.apache.maven.surefire.util.TeeStream.write(TeeStream.java:42)
>         at java.io.PrintStream.write(PrintStream.java:430)
>         at org.apache.maven.surefire.util.TeeStream.write(TeeStream.java:42)
>         at java.io.PrintStream.write(PrintStream.java:430)
>         at org.apache.maven.surefire.util.TeeStream.write(TeeStream.java:42)
>         at java.io.PrintStream.write(PrintStream.java:430)
>         at org.apache.maven.surefire.util.TeeStream.write(TeeStream.java:42)
>         at java.io.PrintStream.write(PrintStream.java:430)
>         at org.apache.maven.surefire.util.TeeStream.write(TeeStream.java:42)
>         at java.io.PrintStream.write(PrintStream.java:430)
>         at org.apache.maven.surefire.util.TeeStream.write(TeeStream.java:42)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira