vincanger / websockets-wasp

9 stars 5 forks source link

resource exhausted (No space left on device) #1

Open stephencoffey opened 3 months ago

stephencoffey commented 3 months ago

Builds fine on WSL/Ubuntu. Although there's lots of space on my drive, I get this error when running wasp start: wasp-bin: addWatch: resource exhausted (No space left on device)

vincanger commented 3 months ago

@stephencoffey try running wasp clean and then wasp start again.

stephencoffey commented 3 months ago

Sorry, no joy. following wasp clean:

websockets-wasp git:(main) ✗ wasp start 🐝 --- Starting compilation and setup phase. Hold tight... ------------------------ 🐝 --- Compiling wasp project... -------------------------------------------------- ✅ --- Successfully completed npm install. ---------------------------------------- 🐝 --- Setting up database... ----------------------------------------------------- ✅ --- Database successfully set up. ---------------------------------------------- 🐝 --- Building SDK... ------------------------------------------------------------ ✅ --- SDK built successfully. ---------------------------------------------------- ✅ --- Your wasp project has successfully compiled. ------------------------------- 🐝 --- Listening for file changes... ---------------------------------------------- 🐝 --- Starting up generated project... ------------------------------------------- wasp-bin: addWatch: resource exhausted (No space left on device)

stephencoffey commented 3 months ago

ChatGPT tells me to increase the number of inotify watches. However cat /proc/sys/fs/inotify/max_user_watches confirms that it's already set to 524288