"No space left on device" when running dev server
See original GitHub issue🐛 bug report
Running dev server outputs an error saying there’s no empty space left on the device.
🎛 Configuration (.babelrc, package.json, cli command)
Zero configuration, running yarn serve --https --host 0.0.0.0 --no-cache
🤔 Expected Behavior
Dev server should start
😯 Current Behavior
It immediately fails with:
[Error: inotify_add_watch failed: No space left on device]
🌍 Your Environment
| Software | Version(s) |
|---|---|
| Parcel | 2.0.0-nightly.426 |
| Node | 14.12.0 |
| npm/Yarn | yarn 1.22.5 |
| Operating System | Ubuntu 20.04.1 LTS |
This issue does not happen on 2.0.0-nightly.388 so I figure it has been introduced after.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:10
- Comments:15 (3 by maintainers)
Top Results From Across the Web
Top 3 Ways to Fix “No Space Left on Device” Error in Linux
Fix 1: Restart Processes Using Deleted Files ... The most probable cause of the “No space left on device” error is a process...
Read more >ENOSPC no space left on device -Nodejs - Stack Overflow
This error happens when there's not enough space available on the disk. If you are using Docker and building the containers from the...
Read more >No space left on device @ dir_s_mkdir, your server UP again ...
It means you're running out of Inodes. If you ever run into such trouble most likely you have too many small or 0-sized...
Read more >Error: No space left on device: (deleted)/dev/zero - Server Fault
Do you actually have enough space on / ? The /dev/ploop.... indicates a loopback file system on the VPS host and if the...
Read more >No space left on device - Perforce
This isn't the server's determination: the "No space left on device" message is reported by the operating system to the server, and the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

this workaround works for me.
My environment:
This comment solved my problem:
https://github.com/google/cadvisor/issues/1581#issuecomment-367616070