Parcourir la source

fix(android) increase gradle JVM heap size

j8
Saúl Ibarra Corretgé il y a 4 ans
Parent
révision
014f3b615f
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2
    1
      android/gradle.properties

+ 2
- 1
android/gradle.properties Voir le fichier

@@ -10,7 +10,8 @@
10 10
 # Specifies the JVM arguments used for the daemon process.
11 11
 # The setting is particularly useful for tweaking memory settings.
12 12
 # Default value: -Xmx10248m -XX:MaxPermSize=256m
13
-# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
13
+
14
+org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
14 15
 
15 16
 # When configured, Gradle will run in incubating parallel mode.
16 17
 # This option should only be used with decoupled projects. More details, visit

Chargement…
Annuler
Enregistrer