Browse Source
Per-entry memory usage is based on `TotalAllocs`, which is incorrect - that value is a cummulative of heap usage, which doesn't decrease when objects are freeed. `Allocs` is instead an accurate represeentation of actual memory usage at the time metrics are reported.pull/6791/merge
committed by
GitHub
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue