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

feat: new mechanism to limit memory usage by stall #231

Open
MrCroxx opened this issue Dec 13, 2023 · 0 comments
Open

feat: new mechanism to limit memory usage by stall #231

MrCroxx opened this issue Dec 13, 2023 · 0 comments
Assignees
Labels
feature New feature or request
Milestone

Comments

@MrCroxx
Copy link
Owner

MrCroxx commented Dec 13, 2023

The original implementation uses a ring buffer to manage and limit memory usage. The new one, without the ring buffer, has no method but a rate limit admission policy only to do it, which can be forgotten sometimes or misconfigured. A new mechanism is need to limit memory usage and stall writers.

ref: #230

@MrCroxx MrCroxx added the bug Something isn't working label Dec 13, 2023
@MrCroxx MrCroxx self-assigned this Dec 13, 2023
@MrCroxx MrCroxx added feature New feature or request and removed bug Something isn't working labels Dec 19, 2023
@MrCroxx MrCroxx changed the title bug: new mechanism to limit memory usage by stall feat: new mechanism to limit memory usage by stall Dec 19, 2023
@MrCroxx MrCroxx added this to the v0.10 milestone Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant