Robert Lillack
Robert Lillack
Hey @hungry, thanks for the awesome test case! Alas, by outputting `TotalAlloc` you will see the total number of bytes accumulated over time, not the amount of bytes currently allocated....
Might be a weird question, but you did not turn of Go's garbage collection [using some environment variable](https://pkg.go.dev/runtime#hdr-Environment_Variables), no?
Hey @hungry, I created a PR which should resolve this issue -- tested it on Linux and macOS. Please give it a try and report back: - #31
Looks like this was caused by 3887953.