期刊文献+
共找到1篇文章
< 1 >
每页显示 20 50 100
Precise control of page cache for containers
1
作者 Kun WANG Song WU +4 位作者 shengbang li Zhuo HUANG Hao FAN Chen YU Hai JIN 《Frontiers of Computer Science》 SCIE EI 2024年第2期17-30,共14页
Container-based virtualization isbecoming increasingly popular in cloud computing due to its efficiency and flexibility.Resource isolation is a fundamental property of containers.Existing works have indicated weak res... Container-based virtualization isbecoming increasingly popular in cloud computing due to its efficiency and flexibility.Resource isolation is a fundamental property of containers.Existing works have indicated weak resource isolation could cause significant performance degradation for containerized applications and enhanced resource isolation.However,current studies have almost not discussed the isolation problems of page cache which is a key resource for containers.Containers leverage memory cgroup to control page cache usage.Unfortunately,existing policy introduces two major problems in a container-based environment.First,containers can utilize more memory than limited by their cgroup,effectively breaking memory isolation.Second,the Os kernel has to evict page cache to make space for newly-arrived memory requests,slowing down containerized applications.This paper performs an empirical study of these problems and demonstrates the performance impacts on containerized applications.Then we propose pCache(precise control of page cache)to address the problems by dividing page cache into private and shared and controlling both kinds of page cache separately and precisely.To do so,pCache leverages two new technologies:fair account(f-account)and evict on demand(EoD).F-account splits the shared page cache charging based on per-container share to prevent containers from using memory for free,enhancing memory isolation.And EoD reduces unnecessary page cache evictions to avoid the performance impacts.The evaluation results demonstrate that our system can effectively enhance memory isolation for containers and achieve substantial performance improvement over the original page cache management policy. 展开更多
关键词 page cache memory cgroup container isolation cloud computing
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部