mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-07 10:35:52 +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
|
# line and adjust the value accordingly. Use "java -X" for a list of options
|
||||||
# you can pass here.
|
# you can pass here.
|
||||||
#
|
#
|
||||||
javaOpts="-Xmx256M"
|
javaOpts="-Xmx512M"
|
||||||
|
|
||||||
# Alternatively, this will extract any parameter "-Jxxx" from the command line
|
# 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
|
# 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
|
# line and adjust the value accordingly. Use "java -X" for a list of options
|
||||||
# you can pass here.
|
# you can pass here.
|
||||||
#
|
#
|
||||||
javaOpts="-Xmx256M"
|
javaOpts="-Xmx512M"
|
||||||
|
|
||||||
# Alternatively, this will extract any parameter "-Jxxx" from the command line
|
# 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
|
# and pass them to Java (instead of to dx). This makes it possible for you to
|
||||||
|
Loading…
Reference in New Issue
Block a user