We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b45b78 + c3a53f0 commit 8409416Copy full SHA for 8409416
docs/java/jvm/最重要的JVM参数指南.md
@@ -67,7 +67,7 @@ GC 调优策略中很重要的一条经验总结是这样说的:
67
-XX:NewRatio=1
68
```
69
70
-### 2.3.显示指定永久代/元空间的大小
+### 2.3.显式指定永久代/元空间的大小
71
72
**从Java 8开始,如果我们没有指定 Metaspace 的大小,随着更多类的创建,虚拟机会耗尽所有可用的系统内存(永久代并不会出现这种情况)。**
73
@@ -134,4 +134,4 @@ JVM具有四种类型的*GC*实现:
134
- [CMS GC启动参数优化配置](https://www.cnblogs.com/hongdada/p/10277782.html)
135
- [从实际案例聊聊Java应用的GC优化-美团技术团队](https://tech.meituan.com/2017/12/29/jvm-optimize.html)
136
- [JVM性能调优详解](https://www.choupangxia.com/2019/11/11/interview-jvm-gc-08/) (2019-11-11)
137
-- [JVM参数使用手册](https://segmentfault.com/a/1190000010603813)
+- [JVM参数使用手册](https://segmentfault.com/a/1190000010603813)
0 commit comments