🧠 Increase Java Heap Size

Lately the CI is failing due to memory issues. Have 6 Gb then.
This commit is contained in:
Igor Escodro
2024-05-05 11:50:29 -04:00
committed by GitHub
parent c0a15a5103
commit da32299c6a

View File

@ -10,7 +10,7 @@
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
android.useAndroidX=true
org.gradle.jvmargs=-Xmx2048m
org.gradle.jvmargs=-Xmx6144m
org.gradle.parallel=true
kotlin.jvm.target.validation.mode=IGNORE
# When configured, Gradle will run in incubating parallel mode.