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. -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list