We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1371339 commit 22a3209Copy full SHA for 22a3209
src/runtime/extern.go
@@ -122,9 +122,8 @@ It is a comma-separated list of name=val pairs setting these named variables:
122
scavenger as well as the total amount of memory returned to the operating system
123
and an estimate of physical memory utilization. The format of this line is subject
124
to change, but currently it is:
125
- scav # # KiB work, # KiB total, #% util
+ scav # KiB work, # KiB total, #% util
126
where the fields are as follows:
127
- scav # the scavenge cycle number
128
# KiB work the amount of memory returned to the OS since the last line
129
# KiB total the total amount of memory returned to the OS
130
#% util the fraction of all unscavenged memory which is in-use
0 commit comments