turbo icon indicating copy to clipboard operation
turbo copied to clipboard

[Turbopack] [500] error: no storage space

Open MTyson opened this issue 3 years ago • 1 comments

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 avatar Oct 28 '22 19:10 MTyson

@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

koutoftimer avatar Oct 28 '22 21:10 koutoftimer

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

the-mgi avatar Nov 28 '22 16:11 the-mgi

Is anyone still seeing this with recent versions?

padmaia avatar Mar 20 '23 21:03 padmaia

Closing this as I haven't heard of anyone experiencing this recently. Let us know if we need to reopen.

padmaia avatar May 10 '23 21:05 padmaia