2022
DOI: 10.1109/tc.2020.3036686
|View full text |Cite
|
Sign up to set email alerts
|

Adaptive Page Migration Policy With Huge Pages in Tiered Memory Systems

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
7
0

Year Published

2022
2022
2024
2024

Publication Types

Select...
5
2

Relationship

1
6

Authors

Journals

citations
Cited by 10 publications
(7 citation statements)
references
References 57 publications
0
7
0
Order By: Relevance
“…While in-memory-analytics presents 70% of its performance with the 40% local memory ratio, kmeans shows 6.3% of its performance. We qualitatively analyze the root cause with the tools presented in prior studies [38,19], which allow us to analyze the memory access frequency. We found that the reason behind the different sensitivity on the local memory ratio is the various memory access patterns and intensity.…”
Section: Macrobenchmark Resultsmentioning
confidence: 99%
See 1 more Smart Citation
“…While in-memory-analytics presents 70% of its performance with the 40% local memory ratio, kmeans shows 6.3% of its performance. We qualitatively analyze the root cause with the tools presented in prior studies [38,19], which allow us to analyze the memory access frequency. We found that the reason behind the different sensitivity on the local memory ratio is the various memory access patterns and intensity.…”
Section: Macrobenchmark Resultsmentioning
confidence: 99%
“…Moreover, the page replacement algorithm has been designed in the context of swapping pages to a slow disk, which is quite different from the emerging memory systems. A few recent studies tried to optimize the page replacement policy in the context of tiered memory systems [56,19], and Google shared the improvement for page replacement, the multi-generational LRU [33,34] to the Linux kernel community.…”
Section: Related Workmentioning
confidence: 99%
“…Time-based sampling is periodically scanning if each memory page was accessed [31,40,41,57] via scanning accessed bits in page tables. This does not require source code or binary modifications and incurs much less overhead compared to tracing.…”
Section: Data Access Monitoringmentioning
confidence: 99%
“…Space-based sampling is an alternative. It refers to increasing the granularity of the monitoring space unit [31,61] by splitting the monitored regions into small sub-regions that are larger than a single page. Monitoring only one page in each region can mitigate the unbounded overhead problem.…”
Section: Data Access Monitoringmentioning
confidence: 99%
See 1 more Smart Citation