Browse Source

Increase gradle daemon process memory

Guy Carmeli 6 years ago
parent
commit
435cec551b
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      playground/android/gradle.properties

+ 1
- 0
playground/android/gradle.properties View File

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