Skip to content
This repository has been archived by the owner on Oct 16, 2021. It is now read-only.

OS X snow leopard

raycohen edited this page Nov 30, 2011 · 4 revisions

error message: (node)Hit maxfile limit. Increase 'ulimit -n' ulimit does not function as required for os x 10.6

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?