Skip to content

Commit 22a3209

Browse files
WangLeonardprattmic
authored andcommitted
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 <[email protected]> Run-TryBot: Michael Knyszek <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 1371339 commit 22a3209

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/runtime/extern.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,8 @@ It is a comma-separated list of name=val pairs setting these named variables:
122122
scavenger as well as the total amount of memory returned to the operating system
123123
and an estimate of physical memory utilization. The format of this line is subject
124124
to change, but currently it is:
125-
scav # # KiB work, # KiB total, #% util
125+
scav # KiB work, # KiB total, #% util
126126
where the fields are as follows:
127-
scav # the scavenge cycle number
128127
# KiB work the amount of memory returned to the OS since the last line
129128
# KiB total the total amount of memory returned to the OS
130129
#% util the fraction of all unscavenged memory which is in-use

0 commit comments

Comments
 (0)