Closed
Description
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.