ESGF / esgf-download

ESGF data transfer and replication tool
https://esgf.github.io/esgf-download/
BSD 3-Clause "New" or "Revised" License
15 stars 2 forks source link

Fix memory increase during download (leak) #45

Closed svenrdz closed 3 months ago

svenrdz commented 3 months ago

After any completed download on a single File, the last chunk was not released and lived in memory until all files have been downloaded.

Changes