From 511cd128d23b63fc57a1326e3c4324f53fbc59b5 Mon Sep 17 00:00:00 2001 From: nash Date: Fri, 17 Sep 2010 11:36:13 +0000 Subject: Update recommended MAVEN_OPTS setting git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998083 13f79535-47bb-0310-9956-ffa450edef68 --- .../sca-java-1.6.1/distribution/src/main/release/src/BUILDING | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release') 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 -- cgit v1.2.3