sahib / brig

File synchronization on top of ipfs with git like interface & web based UI
https://brig.readthedocs.io
GNU Affero General Public License v3.0
567 stars 33 forks source link

Staging big files (>= 4GB) makes brig crash #7

Closed sahib closed 6 years ago

sahib commented 6 years ago

Test setup:

$ fallocate -l 4G big_file.img
$ brig stage bif_file.img
# TODO: Collect exception.

(This is a reminder to myself)

sahib commented 6 years ago

This seems to have solved itself.