Skip to content

Commit

Permalink
runtime: update description of GODEBUG=scavtrace=1
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
WangLeonard authored and prattmic committed May 20, 2022
1 parent 1371339 commit 22a3209
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/runtime/extern.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
and an estimate of physical memory utilization. The format of this line is subject
to change, but currently it is:
scav # # KiB work, # KiB total, #% util
scav # KiB work, # KiB total, #% util
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 total the total amount of memory returned to the OS
#% util the fraction of all unscavenged memory which is in-use
Expand Down

0 comments on commit 22a3209

Please sign in to comment.