Error: ENFILE: file table overflow, uv_cwd meteor error

By March 16, 2017meteor

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.

Leave a Reply