Browse Source

Bump up max JVM heap size for project

arkon 5 năm trước cách đây
mục cha
commit
ea749d69a3
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      gradle.properties

+ 1 - 0
gradle.properties

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