Error: EMFILE: too many open files, watch '/app'
- Tried default Nixpacks, got error
- Tried custom Dockerfile, got error too
4 Replies
Project ID:
b3b4f439-fb77-4081-a834-c65dca48d3b7
b3b4f439-fb77-4081-a834-c65dca48d3b7
New reply sent from Help Station thread:
Had the same happen to me today; previous deploys still work, but can't have any new one working; not using nodemon or things like that, simply pushed a bugfixYou're seeing this because this thread has been automatically linked to the Help Station thread.
you two may not be using nodemon but OP is running a development server that is watching for changes, you never want to do that in a production environment since you will pay for the increased resources and have an extremely unstable experience.
pyk, please share your repo.
robiiinos, please open your own thread, as your issue is likely different in some way.