A Review of Memory Management Mechanisms Based on Hot Page Monitoring

Lei Yue,Tao Wu,Yang Shen,Jin Zhang
DOI: https://doi.org/10.1109/AICIT62434.2024.10730021
2024-09-20
Abstract:“Memory hot pages” usually refer to memory pages that are frequently accessed within a period of time. Using faster memory pages for these hot pages can optimize application performance. Using “fast memory” for hot pages involves data placement and migration issues on heterogeneous memory systems, and the synthesis and splitting of huge pages in ordinary systems. The premise for implementing these operations is to detect hot pages. This article briefly describes several advanced memory hot page detection methods and the principles of the corresponding memory management mechanism, and discusses multiple aspects such as hot page detection accuracy, overhead, and performance improvement of the corresponding memory management mechanism.
Computer Science
What problem does this paper attempt to address?