mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-11 21:37:47 +01:00
as apks get bigger, our memory footprint grows.
- lets move to 512mb
This commit is contained in:
parent
499118219e
commit
5d73e25555
@ -56,7 +56,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
|
||||
|
@ -56,7 +56,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
|
||||
|
Loading…
Reference in New Issue
Block a user