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
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