mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-16 18:10:13 +08:00
Update jvm-parameters-intro.md
垃圾回收器使用开关命令纠正
This commit is contained in:
parent
61e5c720e1
commit
be124ce75f
@ -145,7 +145,7 @@ JVM 具有四种类型的 GC 实现:
|
|||||||
```bash
|
```bash
|
||||||
-XX:+UseSerialGC
|
-XX:+UseSerialGC
|
||||||
-XX:+UseParallelGC
|
-XX:+UseParallelGC
|
||||||
-XX:+UseParNewGC
|
-XX:+UseConcMarkSweepGC
|
||||||
-XX:+UseG1GC
|
-XX:+UseG1GC
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user