Dynamic Page Placement to Improve Locality in CC-NUMA Multiprocessors for TPC-C
暂无分享,去创建一个
The use of CC-NUMA multiprocessors complicates the placement of physical memory pages. Memory closest to a processor provides the best access time, but optimal memory page placement is a difficult problem with process movement, multiple processes requiring access to the same physical memory page, and application behavior changing over execution time. We use dynamic page placement to move memory pages where needed for the database benchmark TPC-C executing on a four node CC-NUMA multiprocessor. Dynamic page placement achieves local memory accesses up to 73% of the time instead of the static page placement results of 34% locality achieved with first touch and 25% with round robin. This can result in a 17% improvement in performance.
[1] RosenblumMendel,et al. Operating system support for improving data locality on CC-NUMA compute servers , 1996 .
[2] Carla Schlatter Ellis,et al. The robustness of NUMA memory management , 1991, SOSP '91.
[3] Robert J. Fowler,et al. NUMA policies and their relation to memory architecture , 1991, ASPLOS IV.
[4] Anoop Gupta,et al. Scheduling and page migration for multiprocessor compute servers , 1994, ASPLOS VI.