Explorar el Código

Increase gradle daemon process memory

Guy Carmeli hace 6 años
padre
commit
435cec551b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      playground/android/gradle.properties

+ 1
- 0
playground/android/gradle.properties Ver fichero

@@ -11,6 +11,7 @@
11 11
 # The setting is particularly useful for tweaking memory settings.
12 12
 # Default value: -Xmx10248m -XX:MaxPermSize=256m
13 13
 # org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
14
+org.gradle.jvmargs=-Xmx2048m
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