Skip to content

Commit c452afa

Browse files
committed
build: increase max Java heap to avoid OOM when building debug variant
Signed-off-by: Shengqi Chen <[email protected]>
1 parent c96c7c3 commit c452afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
org.gradle.jvmargs=-Xmx1536M
1+
org.gradle.jvmargs=-Xmx4096M
22

33
android.useAndroidX=true
44
android.enableJetifier=true

0 commit comments

Comments
 (0)