mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-07-09 17:28:59 +00:00
chore: increase gradle heap space
This commit is contained in:
parent
cf42bb392b
commit
dbff1288ac
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