Skip to content

Commit 4c7bda2

Browse files
build(android): configure 4GB JVM heap memory in gradle.properties
1 parent bee063b commit 4c7bda2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

mobile/gradle.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
android.useAndroidX=true
2-
org.gradle.jvmargs=-Xmx8g -XX:MaxMetaspaceSize=1g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
3-
org.gradle.jvmargs=-Xmx512m
2+
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8

0 commit comments

Comments
 (0)