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 a2b71a0 commit 8f6d7e9Copy full SHA for 8f6d7e9
docs/java/jvm/jvm-parameters-intro.md
@@ -72,7 +72,7 @@ GC 调优策略中很重要的一条经验总结是这样说的:
72
73
另外,你还可以通过 **`-XX:NewRatio=<int>`** 来设置老年代与新生代内存的比值。
74
75
-比如下面的参数就是设置新生代与老年代内存的比值为 2(默认值)。也就是说 young/old 所占比值为 2:1,新生代占整个堆栈的 2/3。
+比如下面的参数就是设置新生代与老年代内存的比值为 2(默认值)。也就是说 young/old 所占比值为 2,新生代占整个堆栈的 2/3。
76
77
```plain
78
-XX:NewRatio=2
0 commit comments