Skip to content

Commit

Permalink
Remove VM option -XX:MaxPermSize
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnson Lee committed Feb 19, 2024
1 parent 8d3bf8e commit c1fcb57
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 @@
systemProp.org.gradle.internal.publish.checksums.insecure=true
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.jvmargs=-Xmx4096m -XX:MaxPermSize=512m -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8

0 comments on commit c1fcb57

Please sign in to comment.