科技报告详细信息
Improving System Performance with Compressed Memory
Roy, Sumit ; Kumar, Raj ; Prvulovic, Milos
HP Development Company
关键词: system architecture;    compression;    performance evaluation;    Linux;    memory optimization;   
RP-ID  :  HPL-2001-111
学科分类:计算机科学(综合)
美国|英语
来源: HP Labs
PDF
【 摘 要 】

This report summarizes our research on implementing a compressed memory in computer systems. The basic premise is that the throughput for applications whose working set size does not fit in main memory degrades significantly due to an increase in the number of page faults. Hence we propose compressing memory pages that need to be paged out and storing them in memory. This hides the large latencies associated with a disk access, since the page has to be merely uncompressed when a page fault occurs. Our implementation is in the form of a device driver for Linux. We first evaluate a number of compression algorithms for use in the driver. We then show results with some applications from the SPEC 2000 CPU benchmark suite and a computing kernel. It is seen that speed-ups ranging from 5% to 250% can be obtained, depending on the application behavior. Notes: Presented at the IEEE 15th International Parallel and Distributed Processing Symposium, 23-27 April 2001, San Francisco, California. 16 Pages

【 预 览 】
附件列表
Files Size Format View
RO201804100002230LZ 179KB PDF download
  文献评价指标  
  下载次数:8次 浏览次数:34次