Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'production/build_eclipse_org.shsource')
-rw-r--r--production/build_eclipse_org.shsource4
1 files changed, 2 insertions, 2 deletions
diff --git a/production/build_eclipse_org.shsource b/production/build_eclipse_org.shsource
index 26bfc539e..15d69fdc9 100644
--- a/production/build_eclipse_org.shsource
+++ b/production/build_eclipse_org.shsource
@@ -58,8 +58,8 @@ 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.
-# doubling Mx in light of Tycho (maven archiver) bug
-export MAVEN_OPTS=${MAVEN_OPTS:--Xms2048m -Xmx8192m -Djava.io.tmpdir=${TMP_DIR} -Dtycho.localArtifacts=ignore ${MIRROR_SETTING}}
+# Set Mx back to 4096 for use/test with Tycho 0.23.1, since has a fix for memory issue.
+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