maidsafe-archive / MaidSafe-RUDP

Implementation of Reliable UDP
Other
96 stars 51 forks source link

increasing number of open files when running on OSX #16

Closed mmoadeli closed 10 years ago

mmoadeli commented 10 years ago

Perhaps we should have only checked the limit, and stopped if it is lower than the test expectation. Asking user to do it by using ulimit -n xxx.

dirvine commented 10 years ago

Yes good idea, in future we will try and get the limit and work within it.