You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Tim Pizey (JIRA)" <ji...@codehaus.org> on 2010/02/10 16:28:55 UTC

[jira] Commented: (MPIR-154) OutOfMemoryError when parsing too many dependencies

    [ http://jira.codehaus.org/browse/MPIR-154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=209654#action_209654 ] 

Tim Pizey commented on MPIR-154:
--------------------------------

This is failing for me on two projects, despite having max MAVEN_OPTS: 

-Xms1024m -Xmx1024m -XX:PermSize=1024m -XX:MaxPermSize=2048m

Should be able to parse a dependency graph without an consuming that much memory, suspect this _is_ a bug. 


>  OutOfMemoryError when parsing too many dependencies
> ----------------------------------------------------
>
>                 Key: MPIR-154
>                 URL: http://jira.codehaus.org/browse/MPIR-154
>             Project: Maven 2.x Project Info Reports Plugin
>          Issue Type: Bug
>    Affects Versions: 2.1
>         Environment: Vista SP1
>            Reporter: Peter Gigler
>            Assignee: Benjamin Bentmann
>            Priority: Minor
>         Attachments: dependency_list.txt, error.txt
>
>
> All jars (117) in Jboss lib (see: dependency_list.txt) directory included into the system scope:
> e.g.:
>               <dependency>
> 			<groupId>org.jboss</groupId>
> 			<artifactId>jboss423-client-antlr.jar</artifactId>
> 			<version>4.2.3</version>
> 			<scope>system</scope>
> 			<systemPath>c:\Utils\jboss-4.2.3.GA\client\antlr.jar</systemPath>
> 		</dependency>
> When creating dependencies list it throws an OutOfMemory Error (Heap space). See: error.txt

-- 
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