Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory usage by the process keeps increasing over time in nuxt #16219

Closed
K1ender opened this issue Jan 7, 2025 · 1 comment
Closed

Memory usage by the process keeps increasing over time in nuxt #16219

K1ender opened this issue Jan 7, 2025 · 1 comment
Labels
bug Something isn't working needs triage

Comments

@K1ender
Copy link

K1ender commented Jan 7, 2025

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 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

@K1ender K1ender added bug Something isn't working needs triage labels Jan 7, 2025
@K1ender
Copy link
Author

K1ender commented Jan 7, 2025

Apologies, it may not be related to bun, as the same issue occurs with npm as well.

@K1ender K1ender closed this as completed Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage
Projects
None yet
Development

No branches or pull requests

1 participant