too many open files. How to increase the limit

Peter Gordon peter at thecodergeek.com
Wed Nov 1 17:00:21 UTC 2006


Ambrogio wrote:
> I don't remember how to change the limit.
> Can you help me?

`ulimit -n` will print the current limit of maximum open file
descriptors; and if you add a number to that, it becomes the new
limit. For example, if you want to set it to have up to 65536 open
file descriptors at once, something like `ulimit -n 65536` will do
it.
-- 
Peter Gordon (codergeek42)
This message was sent through a webmail
    interface, and thus not signed.




More information about the users mailing list