Actually I found out that ulimit is only a modification for the shell session. If I run `ulimit -n 10000` in the same session as the node process it works (or appears to).
Regards, –Josh ____________________________________ Joshua Kehn | @joshkehn http://joshuakehn.com On Feb 10, 2012, at 12:21 PM, Ben Noordhuis wrote: > On Fri, Feb 10, 2012 at 18:15, Joshua Kehn <[email protected]> wrote: >> And even if I assume it *is* setting something, ulimit -n 10000 doesn't >> change the error I'm seeing. > > 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. > > -- > 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 [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
