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

Excessive memory consumption in slicing code #938

Closed
roman-khimov opened this issue Mar 25, 2024 · 0 comments · Fixed by #997
Closed

Excessive memory consumption in slicing code #938

roman-khimov opened this issue Mar 25, 2024 · 0 comments · Fixed by #997
Assignees
Labels
bug Something isn't working I4 No visible changes S2 Regular significance U2 Seriously planned
Milestone

Comments

@roman-khimov
Copy link
Member

Current Behavior

Allocating MaxObjectSize per incoming request.

Expected Behavior

Doing something more sane when dealing with smaller requests.

Context

#931.

@roman-khimov roman-khimov added bug Something isn't working U2 Seriously planned S2 Regular significance I4 No visible changes labels Mar 25, 2024
@roman-khimov roman-khimov added this to the v0.30.1 milestone Mar 25, 2024
@roman-khimov roman-khimov modified the milestones: v0.30.1, v0.31.0 Jun 17, 2024
@roman-khimov roman-khimov modified the milestones: v0.31.0, v0.32.0 Jul 22, 2024
@smallhive smallhive self-assigned this Sep 3, 2024
smallhive added a commit that referenced this issue Sep 4, 2024
Closes #938.

Signed-off-by: Evgenii Baidakov <evgenii@nspcc.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working I4 No visible changes S2 Regular significance U2 Seriously planned
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants