Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: cui fliter <imcusg@gmail.com>
  • Loading branch information
cuishuang committed Jun 13, 2023
1 parent 888757e commit 21d6637
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ gc 17 @0.149s 1%: 0.004+36+0.003 ms clock, 0.009+0/0.051/36+0.006 ms cpu, 181->1
* `0.009+0/0.051/36+0.006 ms cpu`: 垃圾回收占用cpu时间
* `181->181->101 MB`: GC开始前堆内存181M, GC结束后堆内存181M,当前活跃的堆内存101M
* `182 MB goal`: 全局堆内存大小
* `2 P`: 本次GC使用了2个P(调度器中的Processer)
* `2 P`: 本次GC使用了2个P(调度器中的Processor)

---

Expand Down

0 comments on commit 21d6637

Please sign in to comment.