Title :
Hypervisor Support for Efficient Memory De-duplication
Author :
Ying-Shiuan Pan ; Jui-Hao Chiang ; Han-Lin Li ; Po-Jui Tsao ; Ming-Fen Lin ; Chiueh, Tzi-Dar
Author_Institution :
Ind. Technol. Res. Inst., Hsinchu, Taiwan
Abstract :
Memory de-duplication removes the memory state redundancy among virtual machines that run on the same physical machine by identifying common memory pages shared by these virtual machines and storing only one copy for each of common memory pages. A standard approach to identifying common memory pages is to hash the content of each memory page, and compare the resulting hash values. In a virtualized server, only the hyper visor is in a position to compute the hash value of every physical memory page on the server, but the memory de-duplication engine is best implemented outside the hyper visor for flexibility and simplicity reasons. A key design issue in the memory de-duplication engine is to minimize the performance impact of these hashing computations on the running VMs. To reduce this impact, memory page hashing should be performed with low overhead and when the CPU is idle. This paper describes why existing hyper visors do not provide adequate support for our memory de-duplication engine, how a new primitive called deferrable aggregate hyper call (DAH) fills the need, and what the resulting performance improvement is.
Keywords :
storage management; virtual machines; deferrable aggregate hyper call; hashing computations; hypervisor support; memory deduplication; memory state redundancy; virtual machines; Context; Electronic mail; Engines; Kernel; Memory management; Schedules; Virtual machine monitors; defferable function; memory de-duplication; virtualization;
Conference_Titel :
Parallel and Distributed Systems (ICPADS), 2011 IEEE 17th International Conference on
Conference_Location :
Tainan
Print_ISBN :
978-1-4577-1875-5
DOI :
10.1109/ICPADS.2011.71