Abdullah Khan
Abdullah Khan
DDeno
Created by Abdullah Khan on 1/21/2025 in #help
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
DDeno
Created by Abdullah Khan on 1/21/2025 in #help
Deno needs better memory leaks debugging tools
Not sure about that, I will check again
11 replies
DDeno
Created by Abdullah Khan on 1/21/2025 in #help
Deno needs better memory leaks debugging tools
I did check some of the dependencies (not all), but found nothing!
11 replies
DDeno
Created by Abdullah Khan on 1/21/2025 in #help
Deno needs better memory leaks debugging tools
Yes I did wrote the tests for my app using Deno.test, but no leaks detected! This is another reason why I am so confused!
11 replies
DDeno
Created by Abdullah Khan on 1/21/2025 in #help
Deno needs better memory leaks debugging tools
Yeah I will do that for sure
11 replies
DDeno
Created by zing on 1/14/2025 in #help
Relative import path "oak/router" not prefixed with / or ./ or ../ and not in import map
I also got the same error, it happens in the deno versions above 2.1.4
5 replies