python3 uds.py push /mnt/sda/archive.tar
Traceback (most recent call last):
File "uds.py", line 545, in <module>
main()
File "uds.py", line 466, in main
uds.do_chunked_upload(file_path)
File "uds.py", line 194, in do_chunked_upload
self.upload_chunked_part(chunk)
File "uds.py", line 138, in upload_chunked_part
mm = mmap.mmap(fd.fileno(), 0, access=mmap.ACCESS_READ)
ValueError: mmap length is too large
Describe the bug
uds.py
fails to upload a 3GB .tarTo Reproduce Steps to reproduce the behavior:
python3 uds.py push /mnt/sda/archive.tar
Expected behavior
uds.py
uploads the archiveScreenshots
[none, because... it's a cli program]
System Information