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