Skip to content

Commit

Permalink
Double the Gradle metaspace to help with flaky CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Feb 9, 2022
1 parent 27d1645 commit 6a03212
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,5 +1,5 @@
# To fix metaspace errors
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=1024m -Dfile.encoding=UTF-8
name=spotless
description=Spotless - keep your code spotless with Gradle
org=diffplug
Expand Down

0 comments on commit 6a03212

Please sign in to comment.