From 3fd19dba2bdc0c4b64afda4d75836e1dcf7abf97 Mon Sep 17 00:00:00 2001 From: Tom Taylor Date: Thu, 15 May 2014 13:10:07 -0700 Subject: Increase the java heap to 512M when running proguard All of us building on Macs are running out of java heapspace during the proguard phase of the build. This CL fixes the problem. Change-Id: I461bb14b2ff2491e43ef8e2312e76a2a8fc0ee24 --- bin/proguard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/proguard.sh b/bin/proguard.sh index 51a7b01..31401be 100755 --- a/bin/proguard.sh +++ b/bin/proguard.sh @@ -9,4 +9,4 @@ PROGUARD_HOME=`dirname "$0"`/.. -java -jar "$PROGUARD_HOME/lib/proguard.jar" "$@" +java -Xmx512M -jar "$PROGUARD_HOME/lib/proguard.jar" "$@" -- cgit v1.2.3