Issue Details (XML | Word | Printable)

Key: MPGENAPP-25
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Arnaud Heritier
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 1.x Application Generation Plugin

Memory leak

Created: 23/Apr/06 07:14 PM   Updated: 24/Apr/06 10:52 AM
Return to search
Component/s: None
Affects Version/s: 2.3
Fix Version/s: None

Time Tracking:
Not Specified

Environment: maven 1.1 beta 3


 Description  « Hide

When the bootstrap is launched we test all the plugins.
Before to test the genapp plugin we have :

[exec]     +----------------------------------------
     [exec]     | Test Genapp Plugin - Templates Test
     [exec]     | Memory: 84M/89M
     [exec]     +----------------------------------------

After we have :

[exec]     +----------------------------------------
     [exec]     | Test Maven Gump Plugin
     [exec]     | Memory: 119M/197M
     [exec]     +----------------------------------------

We lost > 30M of memory
I don't know if this is a problem in the plugin or in the test itself.



Lukas Theussl added a comment - 24/Apr/06 10:52 AM

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