Whenever I run iter_download on zip files larger than 2GB, my code just stops and shows that it’s Killed. Do you know if it’s possible to go above that download size limit?
INFO:main:Max size: 3581349578 bytes
INFO:telethon.client.downloads:Starting indirect file download in chunks of 524288 at 0, stride 524288000
INFO:telethon.client.updates:Got difference for channel 1811863329 updates
INFO:main:Currently downloaded: 524288000 bytes
INFO:main:Downloaded chunk size: 524288000 bytes
INFO:telethon.client.updates:Got difference for channel 1878378176 updates
INFO:telethon.client.updates:Got difference for channel 1811863329 updates
INFO:main:Currently downloaded: 1048576000 bytes
INFO:main:Downloaded chunk size: 524288000 bytes
INFO:telethon.client.updates:Got difference for channel 1878378176 updates
INFO:main:Currently downloaded: 1572864000 bytes
INFO:main:Downloaded chunk size: 524288000 bytes
INFO:telethon.client.updates:Got difference for channel 1878378176 updates
INFO:main:Currently downloaded: 2097152000 bytes
INFO:main:Downloaded chunk size: 524288000 bytes
Killed
I tried chunking them by 500 * 1024 * 1024 but still it failed. I was hoping to be able to download zip files greater than 2GB.
user25578231 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.