-
My data exists in the nas server, and there are thousands of PDFs that need to be read and converted into images. The PyMuPdf version is 1.20.2, and the Python version is 3.7. After the program runs for a period of time, the nas server shows that the number of handles to this program has been increasing, and the final error is: Too many open files. It should be that the handle to the file was opened through fitz and not closed, but I am sure that I have closed it using the close method, I am very confused. Is there any way to solve this problem? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
This is a typical "Discussions" item. Let me transfer it first, so we can deal with it more effectively. |
Beta Was this translation helpful? Give feedback.
-
Please provide us with more detail about your configuration and your (maybe stripped down) script. |
Beta Was this translation helpful? Give feedback.
-
Thank you and same to you! |
Beta Was this translation helpful? Give feedback.
Did not understand your last comment: lowering the PyMuPDF version? Shouldn't you upgrade PyMuPDF (and Python)?
Otherwise: