mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-19 16:28:46 +00:00
chore: increase gradle heap space
This commit is contained in:
parent
299dabefa2
commit
f8dd9a0fcd
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue