turbo
turbo copied to clipboard
[Turbopack] [500] error: no storage space
What version of Turbopack are you using?
How to check?
What package manager are you using / does the bug impact?
npm
What operating system are you using?
Linux
Describe the Bug
Vanilla next with turbopack install: npx create-next-app --example with-turbopack
followed by devmode: npm run dev or yarn dev
App starts, hitting root dir at post 3000 gives 500 error: no storage space
server console shows: [500] error: no storage space (151ms) [500] error: no storage space (0.387ms)
This is Debian: lsb_release -a
Distributor ID: Debian Description: Debian GNU/Linux 11 (bullseye) Release: 11 Codename: bullseye
Expected Behavior
Display the ui in dev mode
To Reproduce
as described
Reproduction Repo
No response
@MTyson works for me. Well, there are issues, but not when I'm opening http://localhost:3000/. I have high memory consumption when clicking "Nested layouts" -> "Electronics" (around 2G consumed by node). Also, I'm not sure but there might be some randomness involved (don't want to dig further, I don't have infinite RAM).
$ node --version
v18.11.0
$ npm --version
8.19.2
$ npx create-next-app --version
13.0.0
$ free -h
total used free shared buff/cache available
Mem: 9,7Gi 5,2Gi 679Mi 3,3Gi 3,9Gi 1,0Gi
Swap: 2,0Gi 2,0Gi 0,0Ki
$ ps -o command,%mem ax | grep node
node /tmp/tmp.7JIr3bmarW/my 21.3
i am having the same issue, with differences in the environment. i am using yarn, and this is my OS Distributor ID: Ubuntu Description: Ubuntu 22.04.1 LTS Release: 22.04 Codename: jammy
Is anyone still seeing this with recent versions?
Closing this as I haven't heard of anyone experiencing this recently. Let us know if we need to reopen.