From 67e8a250231ea02230090ad4e3b5cc6910e78ec3 Mon Sep 17 00:00:00 2001 From: Leonid Shalupov Date: Mon, 15 Oct 2012 13:42:39 +0400 Subject: [PATCH] publish-maven-artifacts: Xmx --- bin/publish-maven-artifacts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/publish-maven-artifacts b/bin/publish-maven-artifacts index 92a788b43de..c732c9abe63 100755 --- a/bin/publish-maven-artifacts +++ b/bin/publish-maven-artifacts @@ -42,6 +42,9 @@ LOG=/tmp/kotlin-build-`date +%Y%m%d-%H%M%S`.log echo "*** Writing build log to $LOG" ( +export MAVEN_OPTS=-Xmx1024m +export ANT_OPTS=-Xmx1024m + set -x -e rm -rfv ~/.m2/repository/org/jetbrains/kotlin