Error: EMFILE: too many open files, watch '/app'

pykPRO

8 months ago

  • Tried default Nixpacks, got error

  • Tried custom Dockerfile, got error too

1 Replies

pykPRO

8 months ago

b3b4f439-fb77-4081-a834-c65dca48d3b7


robiiinosPRO

8 months ago

Had the same happen to me today; still ongoing and blocked every deploy to Railway;

Previous deploys still work, but can't have any new one working; not using nodemon or things like that, simply pushed a bugfix


8 months ago

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.