-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
macOS: Too many open files
#314
Comments
Thank you for the very detailed report! I wonder if macOS Sequoia changed anything here. I will investigate this as part of #273. The crash appears here: imessage-exporter/imessage-exporter/src/exporters/html.rs Lines 157 to 161 in 7b959af
|
Too many open files
Had the same issue on Sonoma 14.5 Edit: forgot I was using my other laptop which was running Sonoma |
Did macOS Sequoia change something about the maximum allowed file handles? I haven't seen any official documentation to this effect. |
I edited my comment. I forgot I was running it on my Sonoma mac. |
Prior to #281,
This appears to be the default on macOS; I am guessing that the limit of |
Too many open files
Too many open files
Summary:
When attempting to export a very large iMessages database on macOS (15.1 Developer Beta) to html, imessage-exporter (iMessage Exporter 2.0.0) crashes part way through the export process seemingly due to the number of files that are being kept open, exceeding the allowable limit set by macOS.
Error:
Result::unwrap()
on anErr
value: Os { code: 24, kind: Uncategorized, message: "Too many open files" }Command as run, and output generated:
Diagnostic output for this iMessage database:
Details of computer used to run imessage-exporter:
The text was updated successfully, but these errors were encountered: