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

The memory consumption sum doesn't add up #111

Open
artem-tim opened this issue Jul 19, 2023 · 1 comment
Open

The memory consumption sum doesn't add up #111

artem-tim opened this issue Jul 19, 2023 · 1 comment

Comments

@artem-tim
Copy link

artem-tim commented Jul 19, 2023

Summing the consumption of root level keys of the table output only adds up to about 60% of the total in my case (of about 1.5GB). The same result with the chart, where about 40% is blank. Any idea why that's happening ?
image

@obukhov
Copy link
Owner

obukhov commented Oct 31, 2023

Hey @artem-tim, sorry just noticed your request.

This can be related to max children limitation, if the variability of the child keys are two high (there is no pattern) it will stop recording children on each level after 10 of them. You can increase that limit by passing

--maxChildren=100

with any arbitrary number, though with higher numbers the tool will consume more RAM when running.

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

2 participants