You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Arnaud Heritier (JIRA)" <ji...@codehaus.org> on 2006/04/24 02:15:19 UTC

[jira] Created: (MPGENAPP-25) Memory leak

Memory leak
-----------

         Key: MPGENAPP-25
         URL: http://jira.codehaus.org/browse/MPGENAPP-25
     Project: maven-genapp-plugin
        Type: Bug

    Versions: 2.3    
 Environment: maven 1.1 beta 3
    Reporter: Arnaud Heritier


When the bootstrap is launched we test all the plugins.
Before to test the genapp plugin we have :
{code}
     [exec]     +----------------------------------------
     [exec]     | Test Genapp Plugin - Templates Test
     [exec]     | Memory: 84M/89M
     [exec]     +----------------------------------------
{code}
After we have :
{code}
     [exec]     +----------------------------------------
     [exec]     | Test Maven Gump Plugin
     [exec]     | Memory: 119M/197M
     [exec]     +----------------------------------------
{code}
We lost > 30M of memory
I don't know if this is a problem in the plugin or in the test itself.

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


[jira] Commented: (MPGENAPP-25) Memory leak

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPGENAPP-25?page=comments#action_64058 ] 

Lukas Theussl commented on MPGENAPP-25:
---------------------------------------

I don't think this is a genapp issue - the memory gets consumed when test building the generated projects, so it's either a problem in the maven:maven tag, or no problem at all, as it anly happens for some templates (ejb, tapestry in particular).

> Memory leak
> -----------
>
>          Key: MPGENAPP-25
>          URL: http://jira.codehaus.org/browse/MPGENAPP-25
>      Project: maven-genapp-plugin
>         Type: Bug

>     Versions: 2.3
>  Environment: maven 1.1 beta 3
>     Reporter: Arnaud Heritier

>
>
> When the bootstrap is launched we test all the plugins.
> Before to test the genapp plugin we have :
> {code}
>      [exec]     +----------------------------------------
>      [exec]     | Test Genapp Plugin - Templates Test
>      [exec]     | Memory: 84M/89M
>      [exec]     +----------------------------------------
> {code}
> After we have :
> {code}
>      [exec]     +----------------------------------------
>      [exec]     | Test Maven Gump Plugin
>      [exec]     | Memory: 119M/197M
>      [exec]     +----------------------------------------
> {code}
> We lost > 30M of memory
> I don't know if this is a problem in the plugin or in the test itself.

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