fix(android) increase gradle JVM heap size

This commit is contained in:
Saúl Ibarra Corretgé 2020-09-29 17:28:50 +02:00 committed by Saúl Ibarra Corretgé
parent 25271d7eec
commit 014f3b615f
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@
# Specifies the JVM arguments used for the daemon process.
# 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 -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit