sasha-s / go-deadlock

Online deadlock detection in go (golang)
Apache License 2.0
1.03k stars 75 forks source link

Massive Memory Leak #26

Closed hubchub closed 1 year ago

hubchub commented 1 year ago

do not leave this on a prod application by accident. learn from my mistakes

hubchub commented 1 year ago

maybe you add a warning?

sasha-s commented 1 year ago

there is a way to reduce memory usage (not implemented yet). Setting that aside, the warning could make all the test more chatty. I think being able to disable go-deadlock in prod is probably sufficient.