[ https://jira.codehaus.org/browse/SUREFIRE-1110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=355898#comment-355898 ]
Andreas Gudian commented on SUREFIRE-1110: ------------------------------------------ I'd say we just add that note on the memory requirements for a full build to the README.TXT file. We could also add a sentence or so about the possibility to run the ITs without the embedded mode, which would require less memory, but takes much longer. I wouldn't add a new profile for the ITs either, as they are located in their own module anyway and that profile wouldn't have any effect on the memory-settings of the executing mvn run (again, we prefer running the tests in embedded mode, i.e. allow Maven Verifier to reuse the surrounding maven process, which would not be possible if we would fork a process for the test execution). > Document the memory requirements to run unit- and integration tests for a > release test > -------------------------------------------------------------------------------------- > > Key: SUREFIRE-1110 > URL: https://jira.codehaus.org/browse/SUREFIRE-1110 > Project: Maven Surefire > Issue Type: Improvement > Components: documentation > Affects Versions: 2.18 > Reporter: Karl-Heinz Marbaise > Priority: Minor > Fix For: 2.19 > > > It should be documented how to run unit and integration tests for a release > check during the vote. > The following memory requirements are needed: > {{export MAVEN_OPTS="-Xmx2048m -Xms1024m -XX:MaxPermSize=512m > -Djava.awt.headless=true"}}. -- This message was sent by Atlassian JIRA (v6.1.6#6162)