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 ee21fa6 commit eaf653dCopy full SHA for eaf653d
.github/workflows/continuous-integration.yml
@@ -116,7 +116,8 @@ jobs:
116
shell: bash
117
run: |
118
# EXPERIMENT: Bump memory profile for Kotlin daemon
119
- echo -e "\n\nkotlin.daemon.jvmargs=-Xmx8G -XX:MaxMetaspaceSize=2G" >> gradle.properties
+ sed -ir 's/-Xmx[0-9]+G/-Xmx6G/g' gradle.properties
120
+ sed -ir 's/-XX:MaxMetaspaceSize=[0-9]+G/-XX:MaxMetaspaceSize=2G/g' gradle.properties
121
cat gradle.properties
122
echo ''
123
0 commit comments