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
When calling get_archive in containers.py, could you confirm that the whole file is stored in memory ?
If so with a large file, the machine could run out of memory.
What do you suggest to me if I want to get a stream to avoid storing the whole file in memory ?
Your environment
aiodocker 0.19.1
python 3.8.6
Linux
The text was updated successfully, but these errors were encountered:
Long story short
When calling get_archive in containers.py, could you confirm that the whole file is stored in memory ?
If so with a large file, the machine could run out of memory.
What do you suggest to me if I want to get a stream to avoid storing the whole file in memory ?
Your environment
aiodocker 0.19.1
python 3.8.6
Linux
The text was updated successfully, but these errors were encountered: