Bump up memory in smali script to 512m

This commit is contained in:
Ben Gruver 2013-10-10 21:03:29 -07:00
parent 7a03efcac6
commit c864544b48

View File

@ -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