Skip to content

Commit

Permalink
Remove MaxPermSize Gradle option (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
twyatt authored Aug 25, 2023
1 parent 6dee668 commit bdb56c6
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=-Xmx4g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xmx4g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8

# Publication configuration
# https://github.com/vanniktech/gradle-maven-publish-plugin#setting-properties
Expand Down

0 comments on commit bdb56c6

Please sign in to comment.