Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-04-26 07:18:15 +0000
committerDavid Williams2015-04-26 07:18:15 +0000
commit5bd09a7da2a096c0ea5e3bc40b0633a4fe3837df (patch)
tree29f9af45b1b19c943e220baadb2b507fbdec3188 /production/build_eclipse_org.shsource
parent5649b39acdeb73f13126cee0205a797fc6a0a5f6 (diff)
downloadeclipse.platform.releng.aggregator-5bd09a7da2a096c0ea5e3bc40b0633a4fe3837df.tar.gz
eclipse.platform.releng.aggregator-5bd09a7da2a096c0ea5e3bc40b0633a4fe3837df.tar.xz
eclipse.platform.releng.aggregator-5bd09a7da2a096c0ea5e3bc40b0633a4fe3837df.zip
[releng] adjust memory, and remove aggressive heap experiment.
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 ce9d9d243..f44d960b4 100644
--- a/production/build_eclipse_org.shsource
+++ b/production/build_eclipse_org.shsource
@@ -58,7 +58,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.
# Normally should not use -Declipse.p2.mirrors=false, especially on a regular basis.
-export MAVEN_OPTS=${MAVEN_OPTS:--Xms3072m -Xmx6144m -XX:+AggressiveHeap -Djava.io.tmpdir=${TMP_DIR} -Dtycho.localArtifacts=ignore ${MIRROR_SETTING}}
+export MAVEN_OPTS=${MAVEN_OPTS:--Xms2048m -Xmx4096m -Djava.io.tmpdir=${TMP_DIR} -Dtycho.localArtifacts=ignore ${MIRROR_SETTING}}
export MAVEN_PATH=${MAVEN_PATH:-/shared/common/apache-maven-3.1.1/bin}

Back to the top