Skip to content

Commit 46fd29e

Browse files
committed
experiment: bump memory profile for Kotlin daemon
1 parent 8153e50 commit 46fd29e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ jobs:
115115
working-directory: ./smithy-kotlin
116116
shell: bash
117117
run: |
118+
# EXPERIMENT: Bump memory profile for Kotlin daemon
119+
echo -e "\n\nkotlin.daemon.jvmargs=-Xmx4G -XX:MaxMetaspaceSize=2G" >> gradle.properties
120+
118121
# FIXME K2. Re-enable warnings as errors after this warning is removed: https://youtrack.jetbrains.com/issue/KT-68532
119122
# echo "kotlinWarningsAsErrors=true" >> $GITHUB_WORKSPACE/local.properties
120123
./gradlew apiCheck

0 commit comments

Comments
 (0)