From 6eb6163f1ffe58e6f6e5324cbc0a77ecf3940bee Mon Sep 17 00:00:00 2001 From: Steve Kondik Date: Fri, 20 Aug 2010 13:27:39 -0400 Subject: [PATCH] Squisher does not need 2GB to run. Setting a limit this high causes the JVM to crash on certain systems. --- tools/squisher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/squisher b/tools/squisher index 190d4f7b..4868444c 100755 --- a/tools/squisher +++ b/tools/squisher @@ -143,7 +143,7 @@ printf "Zipping package..." echo printf "Signing package..." SECURITYDIR=$ANDROID_BUILD_TOP/build/target/product/security -java -Xmx2048m \ +java -Xmx256m \ -jar $ANDROID_BUILD_TOP/out/host/$OUT_TARGET_HOST/framework/signapk.jar \ -w $SECURITYDIR/testkey.x509.pem $SECURITYDIR/testkey.pk8 \ $REPACK/update.zip $OUTFILE