Litcius/Paper detail

DiLOS: Do Not Trade Compatibility for Performance in Memory Disaggregation

Wonsup Yoon, Jisu Ok, Jinyoung Oh, Sue Moon, Youngjin Kwon

202317 citationsDOI

Abstract

Memory disaggregation has replaced the landscape of dat-acenters by physically separating compute and memory nodes, achieving improved utilization. As early efforts, kernel paging-based approaches offer transparent virtual memory abstraction for remote memory with paging schemes but suffer from expensive page fault handling. This paper revisits the paging-based approaches and challenges their performance in paging schemes. We posit that the overhead of the paging-based approaches is not a fundamental limitation. We propose DiLOS, a new library operating system (LibOS) specialized for paging-based memory disaggregation. We have revamped the page fault handler to get away with the swap cache and incorporated known techniques in our prefetcher, page manager, and communication module for performance optimization. Furthermore, we provide APIs to augment the LibOS with application semantics. We present two app-aware guides, app-aware prefetching and bandwidth-reducing memory allocator in DiLOS. Through extensive evaluation of microbenchmarks and applications, we demonstrate that DiLOS outperforms the state-of-the-art kernel paging-based system (Fastswap) up to 2.24× and a recent user-level system (AIFM) 1.54× on a real-world data analytic workload.

Topics & Concepts

PagingComputer scienceDemand pagingVirtual memoryFlat memory modelPage faultOperating systemInterleaved memoryThrashingPageCacheEmbedded systemMemory managementOverlayAdvanced Data Storage TechnologiesCloud Computing and Resource ManagementCaching and Content Delivery