Turbopack File cache writing completely freezes the PC #87796
Replies: 5 comments 8 replies
-
|
Samesies |
Beta Was this translation helpful? Give feedback.
-
|
same |
Beta Was this translation helpful? Give feedback.
-
|
anyone have a solution for this? |
Beta Was this translation helpful? Give feedback.
-
|
@Ciaran0, I still couldn't get an answer, and this freezing happens almost every day now. I think the chance of it occurring increases as the project gets bigger. |
Beta Was this translation helpful? Give feedback.
-
|
a workaround is to set https://nextjs.org/docs/app/api-reference/config/next-config-js/turbopackFileSystemCache I believe this is due to memory pressure on your system which is something we are working on |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This issue has only occurred once since I started using Next.js v16.1.1 with Turbopack file caching. Today, while running the development server, my computer completely froze for about 30 seconds. It wasn’t just the app that stalled, the entire system locked up during that period.
GET /settings/email 200 in 74ms (compile: 23ms, generate-params: 16ms, render: 52ms)
○ Compiling /api/auth/[...all] ...
✓ Finished writing to filesystem cache in 29.9s
GET /api/auth/get-session 200 in 30.6s (compile: 30.3s, render: 339ms)
GET /api/auth/get-session 200 in 34ms (compile: 18ms, render: 16ms)
Beta Was this translation helpful? Give feedback.
All reactions