src: raise maximum file descriptor limit
authorBen Noordhuis <info@bnoordhuis.nl>
Wed, 2 Oct 2013 10:17:57 +0000 (12:17 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Thu, 3 Oct 2013 14:27:29 +0000 (16:27 +0200)
commit6820054d2d42ff9274ea0755bea59cfc4f26f353
treeb24d47afb4e13acd3f48e1ebe178e810b243299c
parentf311963ff94b87c50d146150226d6d3cb07d26c3
src: raise maximum file descriptor limit

Do a binary search for the maximum RLIMIT_NOFILE.  Works around the
low, low limits on certain high, high-priced devices from Cupertino, CA.
src/node.cc