DinoChiesa / DotNetZip

Library for creating and reading .ZIP files from a .NET Language
Other
120 stars 41 forks source link

zip.MaxOutputSegmentSize = 1024 * 1024 * 10240 or higher = error #13

Open 2021Joey opened 3 years ago

2021Joey commented 3 years ago

Hi,

there seems to be an Limit of the MaxOutputSegmentSize

zip.MaxOutputSegmentSize = 1024 1024 10239 works zip.MaxOutputSegmentSize = 1024 1024 10240 or higher didnt work

So it is not possible to create Splits bigger then 10GB

Or is there a trick to get Splits bigger then 10GB?

Thanks!