You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use live memory to estimate collection pages in mem balancer (#1050)
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.
0 commit comments