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
it appears that EncodeValue uses bytes.Buffer to write which leads to a makeSlice, which does not appear to be released leading to a memory leak (due to exponential growth...) when being called over and over again, you can see this via pprof...
The text was updated successfully, but these errors were encountered:
it appears that
EncodeValue
uses bytes.Buffer to write which leads to a makeSlice, which does not appear to be released leading to a memory leak (due to exponential growth...) when being called over and over again, you can see this via pprof...The text was updated successfully, but these errors were encountered: