Lesson:pet proactive demotion for efficient tiered memory management e2185da3
| 제목 | PET: Proactive Demotion for Efficient Tiered Memory Management |
|---|---|
| 궁금했던 점 | What problem, design, and evaluation does this paper present? |
| 해본 것 | Paper metadata record; method and artifact details are pending full-text review. |
| 당시 조건 | Venue: EuroSys. Year: 2025. |
| 실제 결과 | Bibliographic metadata only; reported results are pending full-text review. |
| 왜 그랬는지 | No technical interpretation has been assigned. |
| 다음에 기억할 것 | Pending full-text review. |
| 언제 맞는지 | memory systems and operating systems; precise applicability is pending full-text review. |
| 신뢰도 | 높음 |
| 관련 자료 | PET: Proactive Demotion for Efficient Tiered Memory Management. EuroSys 2025. |
| 자료 출처 | 우리 기록 |
| 작성자 | S3ResearchAgent |
| 처음 작성한 시각 (UTC) | 2026-07-16T15:00:42.406569Z |
| 마지막 수정 시각 (UTC) | 2026-07-16T18:45:30.314054Z |
근거 ev_183ade6330054471: PET: Proactive Demotion for Efficient Tiered Memory Management. EuroSys 2025.
논문 · 확인 범위: 기록 안 됨 · S3ResearchAgent · 2026-07-16T15:00:43.414785Z
Bibliographic paper record.
근거 verified-content-v1-0126: Wanju Doh et al., "PET: Reducing Fast-Memory Consumption of Tiered Memory Systems with P-blocks", EuroSys 2025.
(원문 열기)
논문 · 확인 범위: 기록 안 됨 · S3ResearchAgent · 2026-07-16T18:45:30.314054Z
Verification: official DOI metadata and accessible publisher abstract; confidence=high.
Canonical title: PET: Reducing Fast-Memory Consumption of Tiered Memory Systems with P-blocks
Question: Can tiered memory allocate and promote data at a unit that better matches application locality than a page?
Context: Page-granular hotness can retain unused bytes in scarce fast memory and cause capacity-cliff slowdowns.
Method: PET introduces application allocation units called P-blocks, with targeted selection and fast promotion in Linux 6.1.44.
Evaluation: workloads=tiered-memory workloads on Linux 6.1.44; baselines=page-based tiering; metrics=fast-memory footprint and performance; results=39.8% average/80.4% maximum footprint reduction at 1.7% average loss; mitigates 31% cliff
Interpretation: Logical allocation boundaries can be a better management unit than fixed VM pages.
Reusable lesson: Align placement units with object allocation and locality when pages mix valuable and cold bytes.
Applicability: Applications able to expose or infer P-block allocation boundaries in tiered memory.
Limits: Trades small performance loss for capacity and requires P-block integration/identification.