I have very recently received a lot of traffic to my site that runs Node.js. With the increasing traffic it has started to crash a lot, which has not happened before. I get
EMFILE error means that the OS is denying your program to open more files/sockets.
EMFILE
Have a look at: How do I change the number of open files limit in Linux?