Skip to content

Commit 62f8ba6

Browse files
authored
Remove unrecognized JVM option (#1577)
1 parent 5974d8b commit 62f8ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ kapt.incremental.apt=true
88

99
# Increase the memory to run on GH Actions
1010
# See: https://github.com/gradle/gradle/issues/8139
11-
org.gradle.jvmargs=-Xmx2g -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError
11+
org.gradle.jvmargs=-Xmx2g -XX:+HeapDumpOnOutOfMemoryError

0 commit comments

Comments
 (0)