Skip to content

Commit

Permalink
MaxPermSize was replaced by MaxMetaspaceSize
Browse files Browse the repository at this point in the history
  • Loading branch information
jiminhsieh authored and travisbrown committed Aug 1, 2018
1 parent 8f39ccd commit e3a9b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jvmopts
Expand Up @@ -4,7 +4,7 @@
-Dfile.encoding=UTF8
-Xms1G
-Xmx6G
-XX:MaxPermSize=512M
-XX:MaxMetaspaceSize=512M
-XX:ReservedCodeCacheSize=250M
-XX:+TieredCompilation
-XX:-UseGCOverheadLimit
Expand Down

0 comments on commit e3a9b2e

Please sign in to comment.