Skip to content

Commit 8409416

Browse files
authored
Merge pull request Snailclimb#1121 from drlifeL/patch-1
Update 最重要的JVM参数指南.md
2 parents 9b45b78 + c3a53f0 commit 8409416

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/java/jvm/最重要的JVM参数指南.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ GC 调优策略中很重要的一条经验总结是这样说的:
6767
-XX:NewRatio=1
6868
```
6969

70-
### 2.3.显示指定永久代/元空间的大小
70+
### 2.3.显式指定永久代/元空间的大小
7171

7272
**从Java 8开始,如果我们没有指定 Metaspace 的大小,随着更多类的创建,虚拟机会耗尽所有可用的系统内存(永久代并不会出现这种情况)。**
7373

@@ -134,4 +134,4 @@ JVM具有四种类型的*GC*实现:
134134
- [CMS GC启动参数优化配置](https://www.cnblogs.com/hongdada/p/10277782.html)
135135
- [从实际案例聊聊Java应用的GC优化-美团技术团队](https://tech.meituan.com/2017/12/29/jvm-optimize.html)
136136
- [JVM性能调优详解](https://www.choupangxia.com/2019/11/11/interview-jvm-gc-08/) (2019-11-11)
137-
- [JVM参数使用手册](https://segmentfault.com/a/1190000010603813)
137+
- [JVM参数使用手册](https://segmentfault.com/a/1190000010603813)

0 commit comments

Comments
 (0)