OlegDB icon indicating copy to clipboard operation
OlegDB copied to clipboard

Track down memory leaks in Go frontend

Open qpfiffer opened this issue 9 years ago • 2 comments

CUnjar looks pretty clean, but you can watch memory usage slowly creep up if you just keep unjarring the same key over and over again. My go expertise isn't good enough to know where it's happening. I'm also pretty sure that it's not in the storage engine, because valgrind on ./run_tests.sh is clean.

qpfiffer avatar Mar 21 '15 21:03 qpfiffer

tired now but will later

kyleterry avatar Mar 27 '15 06:03 kyleterry

@kyleterry I dunno where they're happening, would be cool to pair on it. I'm pretty sure all the C -> Golang stuff is clean, but I guess not.

qpfiffer avatar Mar 27 '15 17:03 qpfiffer