From c864544b4859c6f470ef800f361c3d06bf5ccd05 Mon Sep 17 00:00:00 2001 From: Ben Gruver Date: Thu, 10 Oct 2013 21:03:29 -0700 Subject: [PATCH] Bump up memory in smali script to 512m --- scripts/smali | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/smali b/scripts/smali index 1fe076ef..9ede6758 100755 --- a/scripts/smali +++ b/scripts/smali @@ -62,7 +62,7 @@ javaOpts="" # line and adjust the value accordingly. Use "java -X" for a list of options # you can pass here. # -javaOpts="-Xmx256M" +javaOpts="-Xmx512M" # Alternatively, this will extract any parameter "-Jxxx" from the command line # and pass them to Java (instead of to dx). This makes it possible for you to