Skip to content

Conversation

@qinsoon
Copy link
Member

@qinsoon qinsoon commented Dec 15, 2023

This PR fixes #918. We misinterpreted 'bytes collected during collection' in the paper, and used reclaimed pages for it. It actually means 'bytes that are traversed during collection'. We now use live pages to estimate the value.

@qinsoon qinsoon added the PR-testing Run binding tests for the pull request (deprecated: use PR-extended-testing instead) label Dec 15, 2023
@qinsoon qinsoon requested a review from wks January 16, 2024 00:14
Copy link
Collaborator

@wks wks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@qinsoon qinsoon added this pull request to the merge queue Jan 16, 2024
Merged via the queue into mmtk:master with commit ef2bd6d Jan 16, 2024
@qinsoon qinsoon deleted the fix-mem-balancer-collected-pages branch January 16, 2024 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR-testing Run binding tests for the pull request (deprecated: use PR-extended-testing instead)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incorrect collection_pages calculation in mem balancer

2 participants