Bump the file descriptor limit: ulimit -n 16384
--
Job Board: http://jobs.nodejs.org/
Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nod...@googlegroups.com
To unsubscribe from this group, send email to
nodejs+un...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en
That's the file size limit, not the file descriptor limit.
Let me guess, you're working on a Mac? You need to log in again after
changing the ulimit on OS X, don't ask me why.
I was running into the same problem and wrote a package to queue up the spawn requests. It can be found at https://github.com/jaw187/queueit