A Comprehensive Study on Solving Memory Bloat Under Virtualization
Document Type
Article
Publication Date
11-7-2026
Department
Department of Computer Science
Abstract
Huge pages are effective in reducing address translation overhead under virtualization. However, huge pages can lead to the memory bloat problem, which manifests in two primary forms: hot bloat and usage bloat. Hot bloat occurs when accesses to a huge page are heavily skewed towards a small subset of base pages, leading the hypervisor to (mistakenly) classify the entire huge page as hot. Hot bloat undermines several critical virtualization techniques, including tiered memory and page sharing. Usage bloatrefers to the base pages within a huge page that has not yet been allocated, causing virtual machines (VMs) to demand excessive memory. Prior work addressing memory bloat either requires hardware modification or targets a specific scenario and is not applicable to a hypervisor. This article presents HugeScope, a lightweight, effective and generic system that addresses the memory bloat problem under virtualization based on commodity hardware.HugeScope includes an efficient and precise page tracking mechanism, leveraging the other level of indirect memory translation in the hypervisor.HugeScope provides a generic framework to support page splitting and coalescing policies, considering the memory pressure, as well as the recency, frequency, and skewness of page access. Moreover, HugeScope is general and modular. It can not only be easily applied to various scenarios concerning hot bloat, including tiered memory management (HS-TMM) and page sharing (HS-Share), but also seamlessly expose its capabilities to VMs to address the usage bloat problem (HS-HP). Evaluation shows that HugeScope incurs less than 4% overhead, by addressing hot bloat, HS-TMM improves performance by up to 61% over vTMM while HS-Share saves 41% more memory than Ingens while offering comparable performance, and By addressing usage bloat, HS-HP can eliminate excessive memory usage, and achieve performance improvements of up to 11% over HawkEye.
Publication Title
ACM Transactions on Computer Systems
Recommended Citation
Li, C.,
Tang, Z.,
Liu, D.,
Xue, Z.,
Wang, X.,
Wang, Z.,
Luo, Y.,
&
Zhou, D.
(2026).
A Comprehensive Study on Solving Memory Bloat Under Virtualization.
ACM Transactions on Computer Systems,
44(1).
http://doi.org/10.1145/3769429
Retrieved from: https://digitalcommons.mtu.edu/michigantech-p2/2445