Friday 10 May 2013

Too many open files - getcwd

I'm running parallel:spec on my mac machine and having 493 failing spec with this message :
Too many open files - getcwd
What you want to do next is:
ulimit -n
Default is 256, easy way out is:
ulimit -n 1024
That should do it for the time being, unless you want it permanently.

No comments:

Post a Comment