To fix in OS X [raw]sudo launchctl limit maxfiles 1000000 1000000 [/raw] To make this permanent (i.e not reset when you reboot), create /etc/launchd.conf containing: [raw]limit maxfiles 1000000 1000000 [/raw] Thanks this post and that post.