Mobile QR Code QR CODE
Title Empirical Analysis of Disaggregated Cloud Memory on Memory Intensive Applications
Authors (Yeonwoo Jeong) ; (Gyeonghwan Jung) ; (Kyuli Park) ; (Youngjae Kim) ; (Sungyong Park)
DOI https://doi.org/10.5573/JSTS.2023.23.5.273
Page pp.273-282
ISSN 1598-1657
Keywords Disaggregated cloud memory; memory capacity extension; memory; disaggregation
Abstract Disaggregated Cloud Memory (DCM) is a hypervisor-based solution that allows client node to extend local memory by leveraging underutilized memory from remote node. These two nodes are generally connected through Remote Direct Memory Access (RDMA)-based high-bandwidth InfiniBand networks. DCM has been a viable alternative to mitigate the performance degradation of memory-intensive applications in memory-constrained environments. There has also been a growing interest in developing memory-intensive applications with managed languages (we call managed applications) such as Java and Python. These managed languages are easy to use but introduce unpredictability in memory usage at runtime. Despite the advantage of memory extension in DCM, the empirical studies that analyze the performance impact and overhead of running managed applications in DCM are lacking. This paper presents the results of a comprehensive study of DCM on both managed and unmanaged applications. The experimental results revealed that the performance degradation of unmanaged applications in DCM is only less than 6% due to fast remote paging and optimized page eviction policy. However, Garbage Collection (GC) severely degrades the performance of managed applications when page fault occurs, while DCM mitigates the performance degradation efficiently.