How to increase open file descriptors limit in MacOS Sierra / Linux

How to increase open file descriptors limit in MacOS Sierra / Linux

There are times when you want to increase your open file limit in your system
Software Development
by Jey Geethan | April 08, 2019

There are times when you want to increase your open file limit in your system. You can use the following to do so. Here you are setting the soft limit and the hard limit.


# ~/.bash_profile


# change open file descriptors limit
ulimit -n 65536 200000

Jey Geethan

Jey Geethan is a poet, author and an entrepreneur.


Related Articles

Software Development

Ruby on Rails - Complex route constraints made easy

by Jey Geethan | March 31, 2019
Ruby on Rails - Complex route constraints made easy
In Rails, we know that the routes are the most important entry-point where we define the which url hits which controller. We also know how to define the resources and add some conditions to the routing.
Software Development

Solving - xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

by Jey Geethan | March 16, 2018
Solving - xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
If you recently updated to macOS High Sierra and tried to run git commands you would face this error