Sciweavers

OSDI
2000
ACM

Taming the Memory Hogs: Using Compiler-Inserted Releases to Manage Physical Memory Intelligently

13 years 5 months ago
Taming the Memory Hogs: Using Compiler-Inserted Releases to Manage Physical Memory Intelligently
Out-of-core applications consume physical resources at a rapid rate, causing interactive applications sharing the same machine to exhibit poor response times. This behavior is the result of default resource management strategies in the OS that are inappropriate for memory-intensiveapplications. Using an approach that integrates compiler analysis with simple OS support and a runtime layer that adapts to dynamic conditions, we have shown that the impact of out-of-core applications on interactive ones can be greatly mitigated. A combination of prefetching pages that will soon be needed, and releasing pages no longer in use results in good throughput for the out-of-core task and good response time for the interactive one. Each class of application performs well according to the metric most important to it. In addition, the OS does not need to attempt to identify these application classes, or modify its default resource management policies in any way. We also observe that when an out-of-co...
Angela Demke Brown, Todd C. Mowry
Added 01 Nov 2010
Updated 01 Nov 2010
Type Conference
Year 2000
Where OSDI
Authors Angela Demke Brown, Todd C. Mowry
Comments (0)