You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Due to the caching in memory of entry content that is less than 512kb, you can easily run out of memory when you try to extract a zip file with a lot of smaller files. Ran into this problem with a zip file containing over a million images of around 400 kb.
How to reproduce
Get a zip file with a lot of entries smaller than 512kb, so it will exceed your memory limit and loop through the entries and get their content.
Possible Solution
Make it possible to set the size threshold for the entry content