Sfoglia il codice sorgente

Update JVM memeory buffer size

pull/4/head
MSI\2Fi 5 mesi fa
parent
commit
50f8c512b1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      gradlew

+ 1
- 1
gradlew Vedi File

@@ -86,7 +86,7 @@ APP_NAME="Gradle"
APP_BASE_NAME=${0##*/}

# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
DEFAULT_JVM_OPTS='"-Xmx512m" "-Xms2048m"'

# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum


Caricamento…
Annulla
Salva