Closed
Description
Verify canary release
- I verified that the issue exists in the latest Next.js canary release
Provide environment information
Operating System:
Platform: android
Arch: arm64
Version: #2 SMP PREEMPT Fri Aug 5 15:52:33 AST 2022
Binaries:
Node: 18.10.0
npm: 8.19.2
Yarn: 1.22.19
pnpm: N/A
Relevant packages:
next: 13.0.3-canary.0
eslint-config-next: 13.0.2
react: 18.2.0
react-dom: 18.2.0
What browser are you using? (if relevant)
Chrome Canary v109.0.5400.0 (Android)
How are you deploying your application? (if relevant)
Vercel
Describe the Bug
The memory usage on the last next 13 (13.0.3-canary.0 and 13.0.2) releases are too high. next dev
command uses about 1gb of ram. Next 12 is using about 300mb-500mb's of ram.
Expected Behavior
next dev
should use less ram.
Link to reproduction
.
To Reproduce
- Create project with Next 13
- Run
next dev
- Check the ram usage