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 /production/build_eclipse_org.shsource
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 'production/build_eclipse_org.shsource')
-rw-r--r--production/build_eclipse_org.shsource2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/build_eclipse_org.shsource b/production/build_eclipse_org.shsource
index a02e627f8..592201fe7 100644
--- a/production/build_eclipse_org.shsource
+++ b/production/build_eclipse_org.shsource
@@ -28,7 +28,7 @@ export ANT_OPTS=${ANT_OPTS:-"-Dbuild.sysclasspath=ignore -Dincludeantruntime=fal
#
# remember, MaxPermSize is specific to "Oracle VMs". It has to be removed (or over ridden)
# for other VMs or the VM might fail to start due to unrecognized -XX option.
-export MAVEN_OPTS=${MAVEN_OPTS:--Xmx2048m -XX:MaxPermSize=256M -Djava.io.tmpdir=${TMP_DIR} -Dtycho.localArtifacts=ignore -Declipse.p2.mirrors=false}
+export MAVEN_OPTS=${MAVEN_OPTS:--Xmx2560m -XX:MaxPermSize=256M -Djava.io.tmpdir=${TMP_DIR} -Dtycho.localArtifacts=ignore -Declipse.p2.mirrors=false}
export MAVEN_PATH=${MAVEN_PATH:-/shared/common/apache-maven-3.1.0/bin}
export PATH=$JAVA_HOME/bin:$MAVEN_PATH:$ANT_HOME/bin:$PATH

Back to the top