Skip to content

Commit

Permalink
chore(build): increase JVM heap size
Browse files Browse the repository at this point in the history
  • Loading branch information
msfjarvis committed Jun 1, 2024
1 parent 6cd0d44 commit 667d627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.jvmargs=-Xmx2g -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC -Dkotlin.daemon.jvm.options=-XX:MaxMetaspaceSize=1g
org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC -Dkotlin.daemon.jvm.options=-XX:MaxMetaspaceSize=1g

# OSSRH sometimes struggles with slow deployments, so this makes Gradle
# more tolerant to those delays.
Expand Down

0 comments on commit 667d627

Please sign in to comment.