Skip to content

Commit ee21fa6

Browse files
committed
even moar memory
1 parent a8dc88d commit ee21fa6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,9 @@ jobs:
116116
shell: bash
117117
run: |
118118
# EXPERIMENT: Bump memory profile for Kotlin daemon
119-
echo -e "\n\nkotlin.daemon.jvmargs=-Xmx4G -XX:MaxMetaspaceSize=2G" >> gradle.properties
119+
echo -e "\n\nkotlin.daemon.jvmargs=-Xmx8G -XX:MaxMetaspaceSize=2G" >> gradle.properties
120+
cat gradle.properties
121+
echo ''
120122
121123
# FIXME K2. Re-enable warnings as errors after this warning is removed: https://youtrack.jetbrains.com/issue/KT-68532
122124
# echo "kotlinWarningsAsErrors=true" >> $GITHUB_WORKSPACE/local.properties

0 commit comments

Comments
 (0)