English

Memory virtualization in virtualized systems: segmentation is better than paging

Operating Systems 2020-06-02 v1

Abstract

The utilization of paging for virtual machine (VM) memory management is the root cause of memory virtualization overhead. This paper shows that paging is not necessary in the hypervisor. In fact, memory fragmentation, which explains paging utilization, is not an issue in virtualized datacenters thanks to VM memory demand patterns. Our solution Compromis, a novel Memory Management Unit, uses direct segment for VM memory management combined with paging for VM's processes. The paper presents a systematic methodology for implementing Compromis in the hardware, the hypervisor and the datacenter scheduler. Evaluation results show that Compromis outperforms the two popular memory virtualization solutions: shadow paging and Extended Page Table by up to 30% and 370% respectively.

Keywords

Cite

@article{arxiv.2006.00380,
  title  = {Memory virtualization in virtualized systems: segmentation is better than paging},
  author = {Boris Teabe and Peterson Yuhala and Alain Tchana and Fabien Hermenier and Daniel Hagimont and Gilles Muller},
  journal= {arXiv preprint arXiv:2006.00380},
  year   = {2020}
}
R2 v1 2026-06-23T15:56:07.519Z