--
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.
anyone know about this error?
--------
(node) Hit max file limit. Increase "ulimit - n"
(node) Hit max file limit. Increase "ulimit - n"
man sysctl
man sysctl.conf
http://osxbook.com/book/bonus/ancient/whatismacosx/arch_startup.html
HTH
--
Shaun Etherton
Mobile: 0433 143 761
attached my os x 10.6 help files
things changed for OS X,but my box is now stable-ish ~:"
regards
Jonathan Chetwynd
http://www.peepo.com
error message: (node)Hit maxfile limit. Increase 'ulimit -n' ulimit
does not function as required for os x 10.6
launchctl limit maxfiles 1024 2048
launchctl and launchd control jobs, vanilla flavoured instructions: http://blog.ghostinthemachines.com/2010/01/19/
mac-os-x-fork-resource-temporarily-unavailable/
$ sudo sysctl -w kern.maxproc=1024 // but see above
and edit .launchd.conf or /etc/launchd.conf and reboot
ulimit may then be raised. if necessary?
error:
need to close files when connection closes?
http://stackoverflow.com/questions/3214453/how-to-check-the-number-of-open-connections-in-node-js
Hit max file limit. Increase 'ulimit -n'.
see: https://github.com/ry/node/wiki/OS-x-snow-leopard
ulimit -a
ulimit -n 1024 // broken see: http://artur.hefczyc.net/node/27
launchctl limit // shows 256
launchctl limit maxfiles 1024 unlimited
lsof to list open files