We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8153e50 commit 46fd29eCopy full SHA for 46fd29e
.github/workflows/continuous-integration.yml
@@ -115,6 +115,9 @@ jobs:
115
working-directory: ./smithy-kotlin
116
shell: bash
117
run: |
118
+ # EXPERIMENT: Bump memory profile for Kotlin daemon
119
+ echo -e "\n\nkotlin.daemon.jvmargs=-Xmx4G -XX:MaxMetaspaceSize=2G" >> gradle.properties
120
+
121
# FIXME K2. Re-enable warnings as errors after this warning is removed: https://youtrack.jetbrains.com/issue/KT-68532
122
# echo "kotlinWarningsAsErrors=true" >> $GITHUB_WORKSPACE/local.properties
123
./gradlew apiCheck
0 commit comments