On Jun 8, 1:33 am, Hugues Hardel <[email protected]> wrote: > My understanding is that the ulimit value is set once and for all (...and > for all users) ? I am not a Linux expert so I could totally be wrong here.
FWIW I will sometimes create a user, assign their resource limits (including max file descriptors) in /etc/security/limits.conf, and then run my node app as/under that user. I've never had any problems doing it this way and have never really relied on using ulimit for anything other than making temporary changes or reading in current values. -- 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
