Skip to content

Commit 6a03212

Browse files
committed
Double the Gradle metaspace to help with flaky CI.
1 parent 27d1645 commit 6a03212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# To fix metaspace errors
2-
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -Dfile.encoding=UTF-8
2+
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=1024m -Dfile.encoding=UTF-8
33
name=spotless
44
description=Spotless - keep your code spotless with Gradle
55
org=diffplug

0 commit comments

Comments
 (0)