setrlimit: Unable to set file descriptors limit to -1: Operation
not permitted
Benjamin Donnachie
benjamin at py-soft.co.uk
Mon Jun 4 07:26:39 EDT 2007
JOYDEEP wrote:
> setrlimit: Unable to set file descriptors limit to -1: Operation not
> permitted
I seem to recall this either being covered in here before or in the
docs. Basically, some operating systems let you set the file descriptor
limit to -1, which means unlimited. Some don't and generate that error.
You can safely ignore it.
Ben
More information about the Info-cyrus
mailing list