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.
1 parent f949397 commit e4a4e1cCopy full SHA for e4a4e1c
docs/java/jvm/最重要的JVM参数指南.md
@@ -26,7 +26,7 @@
26
-Xms2G -Xmx5G
27
```
28
29
-### 2.2.显式新生代内存(Young Ceneration)
+### 2.2.显式新生代内存(Young Generation)
30
31
根据[Oracle官方文档](https://docs.oracle.com/javase/8/docs/technotes/guides/vm/gctuning/sizing.html),在堆总可用内存配置完成之后,第二大影响因素是为 `Young Generation` 在堆内存所占的比例。默认情况下,YG 的最小大小为 1310 *MB*,最大大小为*无限制*。
32
0 commit comments