mirror of
https://github.com/golang/go.git
synced 2025-05-29 11:25:43 +00:00
runtime: update description of GODEBUG=scavtrace=1
For #48409. Change-Id: I056afcdbc417ce633e48184e69336213750aae28 Reviewed-on: https://go-review.googlesource.com/c/go/+/406575 Reviewed-by: Michael Knyszek <mknyszek@google.com> Run-TryBot: Michael Knyszek <mknyszek@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com>
This commit is contained in:
parent
1371339530
commit
22a3209bc6
@ -122,9 +122,8 @@ It is a comma-separated list of name=val pairs setting these named variables:
|
|||||||
scavenger as well as the total amount of memory returned to the operating system
|
scavenger as well as the total amount of memory returned to the operating system
|
||||||
and an estimate of physical memory utilization. The format of this line is subject
|
and an estimate of physical memory utilization. The format of this line is subject
|
||||||
to change, but currently it is:
|
to change, but currently it is:
|
||||||
scav # # KiB work, # KiB total, #% util
|
scav # KiB work, # KiB total, #% util
|
||||||
where the fields are as follows:
|
where the fields are as follows:
|
||||||
scav # the scavenge cycle number
|
|
||||||
# KiB work the amount of memory returned to the OS since the last line
|
# KiB work the amount of memory returned to the OS since the last line
|
||||||
# KiB total the total amount of memory returned to the OS
|
# KiB total the total amount of memory returned to the OS
|
||||||
#% util the fraction of all unscavenged memory which is in-use
|
#% util the fraction of all unscavenged memory which is in-use
|
||||||
|
Loading…
x
Reference in New Issue
Block a user