WaspW
Wasp16mo ago
10 replies
abiroot

getDirectoryContents:openDirStream: resource exhausted (Too many open files)

I keep getting this error whenever I do a change to my files.

My public folder is still the default one, I haven't done any major changes.

What could be causing this error?

Below is my wasp start log.
[ Server ] GET /auth/me 304 8.608 ms - -
[ Server ] GET /auth/me 304 6.095 ms - -
[ Server ] GET /auth/me 304 4.772 ms - -
[ Server ] POST /operations/get-customer-portal-url 200 4.568 ms - 13
[ Server ] POST /operations/get-customer-portal-url 200 10.711 ms - 13
[ Server ] GET /auth/me 304 8.394 ms - -
[ Server ] [nodemon] restarting due to changes...
[ Client ] 21:09:19 [vite] page reload /Users/lamba/Projects/WASP/<project>/app/src/payment/areeba/webhook.ts
[ Server ] [nodemon] starting `npm run bundle-and-start || exit 1`
[ Server ]
[ Server ] > server@0.0.0 bundle-and-start
[ Server ] > npm run bundle && npm run start
[ Server ]
🐝 --- Recompiling on file change... ----------------------------------------------


[ Server ]
[ Server ] > server@0.0.0 bundle
[ Server ] > rollup --config --silent
[ Server ] wasp-bin: /Users/lamba/Projects/WASP/<project>/app/public/: getDirectoryContents:openDirStream: resource exhausted (Too many open files)
Was this page helpful?