chore: increase gradle heap space

This commit is contained in:
Carl-Robert Linnupuu 2025-06-06 11:48:47 +01:00
parent 299dabefa2
commit f8dd9a0fcd

View file

@ -26,6 +26,9 @@ gradleVersion = 8.7
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
kotlin.stdlib.default.dependency = false
# Gradle JVM arguments for the daemon
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1g -XX:+HeapDumpOnOutOfMemoryError
# Allocate up to 2GB of heap memory for the Kotlin compiler daemon
kotlin.daemon.jvmargs=-Xmx2g