diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-17 11:36:13 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-17 11:36:13 +0000 |
commit | 511cd128d23b63fc57a1326e3c4324f53fbc59b5 (patch) | |
tree | 234da93fb7f5e440632515adf8907123d87d617a | |
parent | d56f7cf51150ad6ad0e65a8244bebc416dbe0422 (diff) |
Update recommended MAVEN_OPTS setting
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998083 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/src/BUILDING | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/src/BUILDING b/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/src/BUILDING index 2a0730ad13..12b39d4ec0 100644 --- a/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/src/BUILDING +++ b/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/src/BUILDING @@ -18,13 +18,13 @@ Initial Setup http://maven.apache.org/download.html. Make sure that your PATH includes the $M2_HOME$/bin directory. -4) Make sure that your MAVEN_OPTS environment variable has -Xmx128m (or more) +4) Make sure that your MAVEN_OPTS environment variable has -Xmx256m (or more) and -XX:MaxPermSize=256m (or more). You can do this manually by executing the following in your prompt: Windows users: - set MAVEN_OPTS=-Xmx128m -XX:MaxPermSize=256m + set MAVEN_OPTS=-Xmx256m -XX:MaxPermSize=256m Unix users: - export MAVEN_OPTS=-Xmx128m -XX:MaxPermSize=256m + export MAVEN_OPTS=-Xmx256m -XX:MaxPermSize=256m Building |