Skip to content

Commit 8697cd8

Browse files
christian-huehn-mwclaude
authored andcommitted
build(analysis): increase Kotlin compiler heap to 4GB
Parallel compilation across many subprojects exhausts the default heap, causing OutOfMemoryError during IR lowering. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d174df6 commit 8697cd8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

analysis/gradle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
currentVersion=1.142.0
2+
org.gradle.jvmargs=-Xmx4g
3+
kotlin.daemon.jvmargs=-Xmx4g
24
org.gradle.parallel=true
35
org.gradle.caching=false
46
org.gradle.unsafe.configuration-cache=false

0 commit comments

Comments
 (0)