-
-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Potential memory issue with attachments #195
Comments
We'll try to reproduce the error as soon we finish the encoding refactor.
Please? |
Thanks for the reply, I'll do this over the weekend. I should have mentioned that when the documents are saved to the hard disk, they are being converted to images (with convert) and having tesseract OCR the images. It could be any of these scripts that are causing memory issues but I'm trying to find the best way to isolate them and determine which is using the memory. Possibly htop will help me with this. |
@doublehops I've backed up a few GB of emails with attachments varying from 5kb to 27MB (which is a stupid size of attachment). I've not noticed it blowing up RAM. |
Thanks for the quick response and effort and thanks for creating the library. |
No problem. For now I'm going to close the issue: if you ever face the problem again and you can provide an example, ping me |
I seem to be running out of memory when the library downloads attachments greater than 500KB. How does the library handle memory? Is there a need or a way to clear the attachment from memory once a document has been saved locally? I'm not sure how to debug this issue at this time.
The text was updated successfully, but these errors were encountered: