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

fix(server): debug populate consume less memory #4384

Merged
merged 4 commits into from
Jan 1, 2025
Merged

fix(server): debug populate consume less memory #4384

merged 4 commits into from
Jan 1, 2025

Conversation

adiholden
Copy link
Collaborator

@adiholden adiholden commented Dec 30, 2024

fixes: #4124
The reason for memory increase in debug populate relies in the fact that the batch on number of keys and not number of elements
The fix:
batch on max elements with max 5 elements at a time

@adiholden
Copy link
Collaborator Author

The json implementation is now broken I will fix it

@adiholden adiholden merged commit 810af83 into main Jan 1, 2025
9 checks passed
@adiholden adiholden deleted the fix_4124 branch January 1, 2025 08:49
@chakaz chakaz mentioned this pull request Jan 2, 2025
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.

debug populate doubles RSS
3 participants