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

adjust dataIn buffer size for the actual allotment of buffers #101

Closed
wants to merge 3 commits into from

Conversation

vyzo
Copy link
Contributor

@vyzo vyzo commented Feb 28, 2022

so that if we have a slow reader blocking it will eventually time out.
Also adds a timeout for acquiring a read buffer so that we don't block indefinitely if we have a bunch of stuck application streams not returning buffers.

follow up from #99.

so that if we have a slow reader blocking it will eventually time out.
@vyzo
Copy link
Contributor Author

vyzo commented Feb 28, 2022

will go a different direction; i think we can do dynamic memory reservations, without precommit, and blocking.

@vyzo vyzo closed this Feb 28, 2022
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 this pull request may close these issues.

1 participant