You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just create new nuxt project and run dev bunx nuxi@latest init bun run dev
What is the expected behavior?
When using npm, I have only 500 MB of memory consumption.
What do you see instead?
When running nuxt dev with compatibilityVersion: 4, the memory usage of the process keeps increasing over time. When I use bun run dev, the memory usage starts at 500 MB, but after 5 minutes, it rises to 6 GB. However, everything works fine when using npm.
Additional information
No response
The text was updated successfully, but these errors were encountered:
What version of Bun is running?
1.1.42
What platform is your computer?
Microsoft Windows NT 10.0.26100.0 x64
What steps can reproduce the bug?
Just create new nuxt project and run dev
bunx nuxi@latest init
bun run dev
What is the expected behavior?
When using npm, I have only 500 MB of memory consumption.
What do you see instead?
When running
nuxt dev
withcompatibilityVersion: 4
, the memory usage of the process keeps increasing over time. When I usebun run dev
, the memory usage starts at 500 MB, but after 5 minutes, it rises to 6 GB. However, everything works fine when using npm.Additional information
No response
The text was updated successfully, but these errors were encountered: