WaspW
Wasp15mo ago
15 replies
abiroot

I need help in debugging resource exhausted (Too many open files)

I can't start my WASP project unless I do a ulimit -n 10000 . To wasp db start. I need to do this in every terminal session I need to run wasp in.
I know if it's working and it's stupid it's not stupid, but still I don't feel comfortable doing it, I feel I'm hacking into the solution instead of tackling the problem and solving it the right way.

Any idea why I keep getting this error?

For context, below is the full error example:
❯ wasp db start
wasp-bin: /Users/x/Projects/WASP/x/app/src/client/fonts/Satoshi/Satoshi-LightItalic.eot: openFile: resource exhausted (Too many open files)
Was this page helpful?