Page 1 of 1

[PATCH] Reduce MAX_OPEN_FILES to 128 on macOS

Posted: Mon Jul 11, 2022 12:12 pm
by schroeterm
Hello,

This patch reduces the MAX_OPEN_FILES value from 512 to 128 on macOS where the default max open files limit (ulimit -n) is 256. Without this patch, the error 47 is thrown because no more regular files can be created.

Regards,
Mathieu

Re: [PATCH] Reduce MAX_OPEN_FILES to 128 on macOS

Posted: Wed Jul 13, 2022 3:43 am
by synchronicity
Applied, thanks.