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

Downloader Fragmenting on multi gigabyte files runs into OSError: [Errno 24] Too many open files #9

Closed
matthewpeterkort opened this issue Nov 4, 2022 · 0 comments · Fixed by #15

Comments

@matthewpeterkort
Copy link
Collaborator

Fragment size of 10MB is too small for Downloading larger multi GB files because temp directory collects thousands of 10 MB fragments which in turn causes OSError too many open files to occur after the open files ulimit is reached.

@lbeckman314 lbeckman314 linked a pull request Nov 12, 2022 that will close this issue
@lbeckman314 lbeckman314 linked a pull request Nov 23, 2022 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant