Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.4.2
-
Fix Version/s: 2.7
-
Component/s: process forking
-
Labels:None
-
Environment:Windows XP SP2, JDK 1.6, Maven 2.0.9, surefire 2.4.2
-
Complexity:Intermediate
-
Number of attachments :
Description
I use the jvm option "-Xmx1024m" to execute maven 2.0.9. I've got heavy integration tests.
When the process surefire forks, it does not use this option. His maximum heap size is only 65 MB.
have a look at argLine configuration (http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html#argLine)