Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-07-25 18:01:30 +0000
committerDavid Williams2013-07-25 18:01:30 +0000
commita9b7b8b3ae676ed2ec0c7f722952586ce71dabf7 (patch)
tree80bfe287f0023d750985157d4c0e8b24d8b6638c /scripts
parent2150ac5c5b1b88c4cbce95caad8ec808db2b93ab (diff)
downloadeclipse.platform.releng.aggregator-a9b7b8b3ae676ed2ec0c7f722952586ce71dabf7.tar.gz
eclipse.platform.releng.aggregator-a9b7b8b3ae676ed2ec0c7f722952586ce71dabf7.tar.xz
eclipse.platform.releng.aggregator-a9b7b8b3ae676ed2ec0c7f722952586ce71dabf7.zip
Bug 413691 - Out of heap memory during Luna (4.4) build
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build.sh2
-rwxr-xr-xscripts/xsl/upVersionParents.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build.sh b/scripts/build.sh
index e20cc3c35..40dd1a7b6 100755
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -37,7 +37,7 @@ do
done
-export MAVEN_OPTS=-Xmx2048m
+export MAVEN_OPTS=-Xmx2560m
LOCAL_REPO=$BASEDIR/localRepo
diff --git a/scripts/xsl/upVersionParents.sh b/scripts/xsl/upVersionParents.sh
index 557aa8815..12316da51 100755
--- a/scripts/xsl/upVersionParents.sh
+++ b/scripts/xsl/upVersionParents.sh
@@ -10,7 +10,7 @@ LREPO=$(pwd)/../localMavenRepo
export JAVA_HOME=/opt/local/jdk1.7.0-latest
TMP_DIR=$(pwd)/../tmp
mkdir -p $TMP_DIR
-export MAVEN_OPTS="-Xmx2048m -XX:MaxPermSize=256M -Djava.io.tmpdir=${TMP_DIR}"
+export MAVEN_OPTS="-Xmx2560m -XX:MaxPermSize=256M -Djava.io.tmpdir=${TMP_DIR}"
export MAVEN_PATH=/opt/local/apache-maven-3.1.0/bin
export PATH=$JAVA_HOME/bin:$MAVEN_PATH:$PATH

Back to the top