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

Improve Memory Usage #60

Open
waahm7 opened this issue Oct 4, 2024 · 0 comments
Open

Improve Memory Usage #60

waahm7 opened this issue Oct 4, 2024 · 0 comments

Comments

@waahm7
Copy link
Contributor

waahm7 commented Oct 4, 2024

We can blow our memory during upload since we don't hook our read_body phase with the scheduler. We need to improve our scheduler so that we acquire a permit before reading the body and maybe release it after uploading, or have different types of permits.

We will need to do something similar for Download as well if user is not pulling parts as fast as possible off the channel.

@waahm7 waahm7 changed the title Improve Upload Memory Usage Improve Memory Usage Oct 7, 2024
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