Remove Java8 deprecated 'MaxPermSize=4096m' java argument

This commit is contained in:
Kelson 2016-06-25 15:38:04 +02:00
parent 6fc31add61
commit 7bbeaeb507
2 changed files with 2 additions and 2 deletions

2
README
View File

@ -110,7 +110,7 @@ To make an APK which embeds a ZIM file:
* In the json file, add:
"embed_zim": true,
* You might need to set up following env. variable:
_JAVA_OPTIONS="\"-Xmx4096m\" \"-Xms4096m\" \"-XX:MaxPermSize=4096m\""
_JAVA_OPTIONS="\"-Xmx4096m\" \"-Xms4096m\""
*********************************************************************
*************************** CONTACT *********************************

2
gradlew vendored
View File

@ -7,7 +7,7 @@
##############################################################################
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
DEFAULT_JVM_OPTS="\"-Xmx4096m\" \"-Xms4096m\" \"-XX:MaxPermSize=4096m\""
DEFAULT_JVM_OPTS="\"-Xmx4096m\" \"-Xms4096m\""
APP_NAME="Gradle"
APP_BASE_NAME=`basename "$0"`