Memory leak - issue while downloading large files #1706
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Issue :
next_chunk method stores downloaded content to 'fd' file object. This downloaded content is stored in ram. As the file size increases, it consumes more RAM to store downloaded data.
Reference -
google-api-python-client/googleapiclient/http.py
Line 755 in 5399bd3
Related issues:
#512
#198
The text was updated successfully, but these errors were encountered: