mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-15 18:36:01 -04:00
Remove Java8 deprecated 'MaxPermSize=4096m' java argument
This commit is contained in:
parent
6fc31add61
commit
7bbeaeb507
2
README
2
README
@ -110,7 +110,7 @@ To make an APK which embeds a ZIM file:
|
|||||||
* In the json file, add:
|
* In the json file, add:
|
||||||
"embed_zim": true,
|
"embed_zim": true,
|
||||||
* You might need to set up following env. variable:
|
* You might need to set up following env. variable:
|
||||||
_JAVA_OPTIONS="\"-Xmx4096m\" \"-Xms4096m\" \"-XX:MaxPermSize=4096m\""
|
_JAVA_OPTIONS="\"-Xmx4096m\" \"-Xms4096m\""
|
||||||
|
|
||||||
*********************************************************************
|
*********************************************************************
|
||||||
*************************** CONTACT *********************************
|
*************************** CONTACT *********************************
|
||||||
|
2
gradlew
vendored
2
gradlew
vendored
@ -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.
|
# 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_NAME="Gradle"
|
||||||
APP_BASE_NAME=`basename "$0"`
|
APP_BASE_NAME=`basename "$0"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user