15.5 dev server memory usage - mac m1
Unanswered
Masai Lion posted this in #help-forum
Masai LionOP
HI everyone 🙂 I'm developing a medusajs powered storefront using nextjs 15.5 (the latest version as of writing this post), and the memory usage on my mac m1 has skyrocketed since the update.
I am not saying that there might not be our codebase's issue, but I just wanted to check if the community has any good tools for debugging high memory usage, if anyone else has experienced this issue, and if you have any solutions for it.
I am not saying that there might not be our codebase's issue, but I just wanted to check if the community has any good tools for debugging high memory usage, if anyone else has experienced this issue, and if you have any solutions for it.
3 Replies
its pretty much expected
using turbopack might reduce it a bit but this is common
@Yi Lon Ma its pretty much expected
Masai LionOP
The thing is that I also have a next 14 app (also using the app router) which never goes over 700mb of usage (it's a bit smaller / more dynamic though). That's why this is so strange to me.
Turbo doesn't help much either, and the differences between dev and build versions are a bit offputting.
Turbo doesn't help much either, and the differences between dev and build versions are a bit offputting.