Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
2021Joey opened this issue Jul 2, 2021 · 0 comments
Open

Comments

@2021Joey
Copy link

2021Joey commented Jul 2, 2021

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant