Ver código fonte

Increase gradle daemon process memory

Guy Carmeli 6 anos atrás
pai
commit
435cec551b
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      playground/android/gradle.properties

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

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