Skip to content

Commit 1934896

Browse files
committed
Update 31.Understanding Java Garbage Collection.md
1 parent 583c41b commit 1934896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

31.Understanding Java Garbage Collection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Bump-the-pointer technique tracks the last object allocated to the Eden space. T
7373

7474
其中,串行GC不能使用的操作的服务器上。这种类型的GC创建时有在台式计算机上只有一个CPU核心。使用该系列GC将显著删除应用程序的性能。 使用这种将很明显地降低应用程序的性能。
7575

76-
现在让我们来了解没种GC的类型
76+
现在让我们来了解每种GC的类型
7777

7878
###串行GC( Serial GC (-XX:+UseSerialGC))
7979

0 commit comments

Comments
 (0)