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

Memory pool size data #285

Open
ghost opened this issue Mar 7, 2023 · 2 comments
Open

Memory pool size data #285

ghost opened this issue Mar 7, 2023 · 2 comments
Assignees

Comments

@ghost
Copy link

ghost commented Mar 7, 2023

It is unclear that the parsers are collecting the right data needed to support calculations such as Memory Pool Size % based on the number of regions allocated to Eden, to, archive, reserved and old space.

@dsgrieve
Copy link
Member

dsgrieve commented Mar 8, 2023

I think the parser collects the right data, but then there is a calculation to turn the number of regions into a number of bytes based on region size. The trouble is that the value for regionSize might be zero. It might be better to just set the number of regions.

@kcpeppe
Copy link
Collaborator

kcpeppe commented Mar 9, 2023

I think there is a data structure to collect the region information. I'll drop more testing in here today if that is ok with you David.

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