]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: update description of GODEBUG=scavtrace=1
authorWang Deyu <wangdeyu.2021@bytedance.com>
Mon, 16 May 2022 14:37:26 +0000 (22:37 +0800)
committerMichael Pratt <mpratt@google.com>
Fri, 20 May 2022 15:17:29 +0000 (15:17 +0000)
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>
src/runtime/extern.go

index 9dd59e0985b68570605fc379d53356f0a3d771aa..54378885dc1b63be41ed48aeddc357c73dfde56a 100644 (file)
@@ -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