large amounts of padding cause crashes
cyphar opened this issue · 0 comments
cyphar commented
This occurs because tar-split
attempts to preserve the padding at the end of an archive, and it tries to store the padding in-memory. One solution would be to create multiple "chunked" SegmentTypes
rather than one "big" one.