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
Java MMTk does not munmap unused pages. Though MMTk can report heap usage correctly, from the OS point of view, the memory usage of the process increases monotonously. For Rust MMTk, we do not munmap as well. But we should add heuristics for munmap unused pages.