Software Wear Management for Persistent Memories

Authors: 

Vaibhav Gogte, University of Michigan; William Wang and Stephan Diestelhorst, ARM; Aasheesh Kolli, Pennsylvania State University and VMware Research; Peter M. Chen, Satish Narayanasamy, and Thomas F. Wenisch, University of Michigan

Abstract: 

The commercial release of byte-addressable persistent memories (PMs) is imminent. Unfortunately, these devices suffer from limited write endurance—without any wear management, PM lifetime might be as low as 1.1 months. Existing wear-management techniques introduce an additional indirection layer to remap memory across physical frames and require hardware support to track fine-grain wear. These mechanisms incur storage overhead and increase access latency and energy consumption.

We present Kevlar, an OS-based wear-management technique for PM that requires no new hardware. Kevlar uses existing virtual memory mechanisms to remap pages, enabling it to perform both wear leveling—shuffling pages in PM to even wear; and wear reduction—transparently migrating heavily written pages to DRAM. Crucially, Kevlar avoids the need for hardware support to track wear at fine grain. Instead, it relies on a novel wear estimation technique that builds upon Intel's Precise Event Based Sampling to approximately track processor cache contents via a software-maintained Bloom filter and estimate write-back rates at fine grain. We implement Kevlar in Linux and demonstrate that it achieves lifetime improvement of 18.4x (avg.) over no wear management while incurring 1.2% performance overhead.

FAST '19 Open Access Sponsored by NetApp

Open Access Media

USENIX is committed to Open Access to the research presented at our events. Papers and proceedings are freely available to everyone once the event begins. Any video, audio, and/or slides that are posted after the event are also free and open to everyone. Support USENIX and our commitment to Open Access.

BibTeX
@inproceedings {227782,
author = {Vaibhav Gogte and William Wang and Stephan Diestelhorst and Aasheesh Kolli and Peter M. Chen and Satish Narayanasamy and Thomas F. Wenisch},
title = {Software Wear Management for Persistent Memories},
booktitle = {17th USENIX Conference on File and Storage Technologies (FAST 19)},
year = {2019},
isbn = {978-1-939133-09-0},
address = {Boston, MA},
pages = {45--63},
url = {https://www.usenix.org/conference/fast19/presentation/gogte},
publisher = {USENIX Association},
month = feb
}

Presentation Video