You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmd/xmandump/main.go: remove runtime.GC call
Do not force garbage collection in the loop, since that just increases
CPU time with no significant positive effect on memory usage.