소스 검색

Increase gradle daemon process memory

Guy Carmeli 6 년 전
부모
커밋
435cec551b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      playground/android/gradle.properties

+ 1
- 0
playground/android/gradle.properties 파일 보기

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