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