Skip to content

Commit

Permalink
Bump Gradle heap size to 2G to solve CI GC issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rock3r committed Aug 8, 2024
1 parent 5b5752e commit 1351488
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ktfmt_idea_plugin/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
kotlin.code.style=official
kotlin.code.style=official
org.gradle.jvmargs=-Xmx2G
1 change: 1 addition & 0 deletions online_formatter/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
kotlin.code.style=official
org.gradle.jvmargs=-Xmx2G

0 comments on commit 1351488

Please sign in to comment.