Search found 1 match

by schroeterm
Mon Jul 11, 2022 12:12 pm
Forum: wimlib discussion
Topic: [PATCH] Reduce MAX_OPEN_FILES to 128 on macOS
Replies: 1
Views: 2901

[PATCH] Reduce MAX_OPEN_FILES to 128 on macOS

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