remysaissy / mongodb-macosx-prefspane

MacOSX Preferences pane for MongoDB
GNU Lesser General Public License v3.0
225 stars 25 forks source link

Set ulimit -n/u before starting process #11

Open scotthernandez opened 12 years ago

scotthernandez commented 12 years ago

The default limit is 256 for file descriptors and this can be way too small for many development instances.

remysaissy commented 12 years ago

Hi Scott, indeed, right now I don't know exactly how to integrate it in the prefspane (arbitrary value is not a better fit to everybody), but it is in the todo list. Thanks!