Memory leak with bun
Anyone else experiencing memory leak with bun? I have this on multiple projects that has completely different libraries. One project used 4GB and completely clogged my server. I'm just making this post if someone also had this problem. I'm pretty sure it's issue with BUN but I'm not 100% sure. will update this post when I'll get more info
2 Replies
60% on one of the projects (I don't have grafana there)
Update it's bun problem I created an issue
https://github.com/oven-sh/bun/issues/14389
GitHub
Memory leak on Nuxt SSR · Issue #14389 · oven-sh/bun
What version of Bun is running? 1.1.29 What platform is your computer? windows WSL - docker What steps can reproduce the bug? Create empty nuxt project. You can also clone my repository of a minima...