mirror of
https://github.com/igorescodro/alkaa.git
synced 2025-08-06 08:09:25 +08:00
🧠 Increase Java Heap Size
Lately the CI is failing due to memory issues. Have 6 Gb then.
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user