首页>
外文OA文献
>FLIC : fast, lightweight checkpointing for mobile virtualization using NVRAM
【2h】
FLIC : fast, lightweight checkpointing for mobile virtualization using NVRAM
展开▼
机译:FLIC:使用NVRAM的移动虚拟化的快速,轻量级检查点
展开▼
免费
页面导航
摘要
著录项
引文网络
相似文献
相关主题
摘要
Checkpointing is a key enabler of hibernation, live migration and fault-tolerance for virtual machines (VMs) in mobile devices. However, checkpointing a VM is usually heavy-weight: the VM's entire memory needs to be dumped to storage, which induces a significant amount of (slow) I/O operations, degrading system performance and user experience. In this paper, we propose FLIC, a fast and lightweight checkpointing machinery for virtualized mobile devices by taking advantages of recent byte-addressable, non-volatile memory (NVRAM). Instead of saving the VM's entire memory to storage, we store its working set pages in NVRAM, avoiding accessing slow flash memory (compared to server-grade SSDs). To cope with the energy constraint of mobile systems, we further deduplicate VM snapshots, reducing the VM's image size and saving storage space. Experimental results based on an Exynos 5250 SoC show that our approach can effectively improve the performance of checkpointing in mobile virutalization and save energy.
展开▼