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 a8dc88d commit ee21fa6Copy full SHA for ee21fa6
.github/workflows/continuous-integration.yml
@@ -116,7 +116,9 @@ jobs:
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
+ echo -e "\n\nkotlin.daemon.jvmargs=-Xmx8G -XX:MaxMetaspaceSize=2G" >> gradle.properties
120
+ cat gradle.properties
121
+ echo ''
122
123
# FIXME K2. Re-enable warnings as errors after this warning is removed: https://youtrack.jetbrains.com/issue/KT-68532
124
# echo "kotlinWarningsAsErrors=true" >> $GITHUB_WORKSPACE/local.properties
0 commit comments