We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d68d8bc commit a8f697eCopy full SHA for a8f697e
docs/java/jvm/jvm-garbage-collection.md
@@ -79,7 +79,6 @@ Java 堆是垃圾收集器管理的主要区域,因此也被称作**GC 堆(G
79
-XX:+PrintGCDetails
80
-XX:TargetSurvivorRatio=60
81
-XX:+PrintTenuringDistribution
82
--XX:+PrintGCDetails
83
-XX:+PrintGCDateStamps
84
-XX:MaxTenuringThreshold=3
85
-XX:+UseConcMarkSweepGC
0 commit comments