
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Windows XP SP2, JDK 1.6, Maven 2.0.9, surefire 2.4.2
|
|
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.
|
|
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. |
Show » |
Sort Order:
|
have a look at argLine configuration (http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html#argLine
)