You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2014/12/02 17:37:35 UTC

maven-surefire git commit: [SUREFIRE-1110] Document the memory requirements to run unit- and integration tests for a release test

Repository: maven-surefire
Updated Branches:
  refs/heads/master 319b3ec6e -> 1ec371b47


[SUREFIRE-1110] Document the memory requirements to run unit- and integration tests for a release test


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/1ec371b4
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/1ec371b4
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/1ec371b4

Branch: refs/heads/master
Commit: 1ec371b477e6808bb1ebaf2ca8f9bf57ffbd46d2
Parents: 319b3ec
Author: tibordigana <ti...@lycos.com>
Authored: Tue Dec 2 17:36:37 2014 +0100
Committer: tibordigana <ti...@lycos.com>
Committed: Tue Dec 2 17:36:37 2014 +0100

----------------------------------------------------------------------
 README.TXT | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/1ec371b4/README.TXT
----------------------------------------------------------------------
diff --git a/README.TXT b/README.TXT
index 95e288f..baf03cf 100644
--- a/README.TXT
+++ b/README.TXT
@@ -2,6 +2,8 @@ Surefire needs Maven 3 to be built.
 But in order to test it tests, you can do:
 * -DmavenHomeUsed= path to a Maven 2.x home
 * or -Pmaven-2.2.1, this profile will download a Maven 2.2.1 distrib and use it for integration tests.
+In order to run 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"
 
 Deploying web site
 ------------------