What is Ulimit parameter?
What is Ulimit parameter? Ulimit is the number of open file descriptors per process. Sometimes you will get the error message is like “too many files open “, it is because you have reached the limits of opened files, so you need to increase the ulimit parameters. What does Ulimit do in Unix? ulimit is […]