Abdullah Khan
Deno needs better memory leaks debugging tools
Hi there, I have successfully found the root cause of the memory leak in my app! It was too hard to find it but I'm glad that I did it!
The leak was caused by the oak middleware called oak_compress which is used to gzip the api response. I removed the middleware and boom! The graph went straight line!
https://github.com/jiawei397/oak_compress/issues/1
11 replies