Possible memory leak in dev with nuxt 3.5.1
huang-julien opened this issue · 1 comments
huang-julien commented
Version
module: latest
nuxt: 3.5.1
Nuxt configuration
mode:
- universal
- spa
Nuxt configuration
- Operating System: Windows_NT
- Node Version: v18.15.0
- Nuxt Version: 3.5.1
- Nitro Version: 2.4.1
- Package Manager: pnpm@8.5.1
- Builder: vite
- User Config: -
- Runtime Modules: -
- Build Modules: -
Reproduction
⚠️ without a minimal reproduction we wont be able to look into your issue
reproductible with the playground of the repo on windows
The current repo commit: a5eba4e
Link:
[ ] https:///codesandbox.io/
[ ] GitHub repository
Additional information
Checklist
- I have tested with the latest Nuxt version and the issue still occurs
- I have tested with the latest module version and the issue still occurs
- I have searched the issue tracker and this issue hasn't been reported yet
Steps to reproduce
pnpm install
pnpm dev:prepare
pnpm dev
What is expected?
Nuxt should be running
What is actually happening?
Nitro keeps building very slowly.
In the task manager, vsCode RAM consumption keeps increasing from 1Go to 5Go
Havn't found the source yet
Performance analysis?
huang-julien commented
fixed in edge channel