瀏覽代碼

fix(android) increase gradle JVM heap size

j8
Saúl Ibarra Corretgé 4 年之前
父節點
當前提交
014f3b615f
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      android/gradle.properties

+ 2
- 1
android/gradle.properties 查看文件

@@ -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

Loading…
取消
儲存