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
I've recently noticed my download script which uses chunked downloading of 250MB would use nearly 2GB of ram when downloading a file of size ~7GB. The string buffer gets cleaned for every 250MB chunk, so I don't expect that large of a ram usage.
Please let me know what other information is needed here.
The text was updated successfully, but these errors were encountered:
Thank you for your bug report. This client library is currently in maintenance mode. We are fixing necessary bugs and adding essential features to ensure this library continues to meet your needs for accessing Google APIs. After careful consideration, we have decided not to fix this bug since there is an acceptable work-around. If you disagree, please feel free explain why you believe fixing it is essential for users of this client library.
@zachliu Please open another issue referencing this one with a minimal reproduction of the problem you are experiencing. It's best for you to open a new issue as it's easy for comments on already closed issues to be lost.
I've recently noticed my download script which uses chunked downloading of 250MB would use nearly 2GB of ram when downloading a file of size ~7GB. The string buffer gets cleaned for every 250MB chunk, so I don't expect that large of a ram usage.
Please let me know what other information is needed here.
The text was updated successfully, but these errors were encountered: