Skip to content

Commit 5473fe9

Browse files
authored
Update JVM垃圾回收.md
1 parent 1f2ca65 commit 5473fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/java/jvm/JVM垃圾回收.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public class JavaGcTest {
166166
167167
```
168168
169-
注意:如下输出结果中老年代的信息为concurrent mark-sweep generation和以前版本略有不同。age列出了某次GC后是否重新生成了threshold,还有各个年龄占用空间的大小
169+
注意:如下输出结果中老年代的信息为concurrent mark-sweep generation和以前版本略有不同。另外还列出了某次GC后是否重新生成了threshold,以及各个年龄占用空间的大小
170170
```
171171
2021-07-01T10:41:32.257+0800: [GC (Allocation Failure) 2021-07-01T10:41:32.257+0800: [ParNew
172172
Desired survivor size 3145728 bytes, new threshold 1 (max 3)

0 commit comments

Comments
 (0)