gradle.properties: Increase the heap size since it seems to run out of memory

This commit is contained in:
Damir Jelić 2021-02-11 12:12:03 +01:00
parent f01e2460e1
commit e16c5d07e5
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
# The setting is particularly useful for tweaking memory settings.
android.enableJetifier=true
android.useAndroidX=true
org.gradle.jvmargs=-Xmx2048m
org.gradle.jvmargs=-Xmx4096m
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects