From 2207309859df627de53087f3a0997131a161901a Mon Sep 17 00:00:00 2001 From: Mike Dodd Date: Sun, 22 Sep 2013 14:19:33 -0700 Subject: Increase the java heap to 512M when running proguard. Otherwise it runs out of memory on some apps. (Resurrecting 3082b4a5fc45bc123067c9a984f90b7706704c59 which was lost in b9cc48a43ed984587c939d02fba5316bf5c0df6e) Change-Id: I0868e7fbb944aa48a4ef29880fb0cc5faa51c2e7 --- bin/proguard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/proguard.sh b/bin/proguard.sh index 51a7b01..3fb9444 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