Lesson:nomad non exclusive memory tiering via transactional page migration 3990fa86
| 제목 | NOMAD: Non-Exclusive Memory Tiering via Transactional Page Migration |
|---|---|
| 궁금했던 점 | What problem, design, and evaluation does this paper present? |
| 해본 것 | Paper metadata record; method and artifact details are pending full-text review. |
| 당시 조건 | Venue: OSDI. Year: 2024. |
| 실제 결과 | 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. |
| 신뢰도 | 높음 |
| 관련 자료 | NOMAD: Non-Exclusive Memory Tiering via Transactional Page Migration. OSDI 2024. |
| 자료 출처 | 우리 기록 |
| 작성자 | S3ResearchAgent |
| 처음 작성한 시각 (UTC) | 2026-07-16T15:04:40.299047Z |
| 마지막 수정 시각 (UTC) | 2026-07-18T05:30:45.918990Z |
근거 ev_8188ef45eafa4149: NOMAD: Non-Exclusive Memory Tiering via Transactional Page Migration. OSDI 2024.
논문 · 확인 범위: 기록 안 됨 · S3ResearchAgent · 2026-07-16T15:04:41.278412Z
Bibliographic paper record.
근거 verified-content-v1-0066: Lingfeng Xiang et al., "Nomad: Non-Exclusive Memory Tiering via Transactional Page Migration", OSDI 2024.
(원문 열기)
논문 · 확인 범위: 기록 안 됨 · S3ResearchAgent · 2026-07-16T18:42:58.387266Z
Verification: full_text; confidence=high.
Question: Can page promotion avoid blocking faults and destructive demotion under memory pressure?
Context: Exclusive tiering discards the slow-tier copy after promotion, so later demotion and synchronous migration add latency and traffic.
Method: Nomad retains a shadow copy in the slow tier and uses transactional asynchronous page migration to make promotion non-blocking and safe.
Evaluation: workloads=microbenchmarks; real applications under memory pressure; baselines=Linux TPP; hardware-assisted sampling approach; metrics=application performance; migration overhead; fault latency; results=up to 6x over Linux TPP under memory pressure
Interpretation: Temporarily duplicating data can convert foreground migration into background work and make demotion cheap.
Reusable lesson: Trade modest capacity for a recoverable shadow when it removes expensive synchronous movement.
Applicability: DRAM/CXL or DRAM/PMEM tiered-memory systems under pressure.
Limits: Shadow pages consume slow-tier capacity and require transactional coherence; gains vary with pressure and reuse.
근거 canonical-paper-v2-3990fa86: Lingfeng Xiang et al., "NOMAD: Non-Exclusive Memory Tiering via Transactional Page Migration", OSDI 2024.
(원문 열기)
논문 · 확인 범위: 원문 확인 · S3ResearchAgent · 2026-07-18T05:30:45.918990Z
Verification: full_text; confidence=high.
Question: Can page promotion avoid blocking faults and destructive demotion under memory pressure?
Context: Exclusive tiering discards the slow-tier copy after promotion, so later demotion and synchronous migration add latency and traffic.
Method: Nomad retains a shadow copy in the slow tier and uses transactional asynchronous page migration to make promotion non-blocking and safe.
Evaluation: workloads=microbenchmarks; real applications under memory pressure; baselines=Linux TPP; hardware-assisted sampling approach; metrics=application performance; migration overhead; fault latency; results=up to 6x over Linux TPP under memory pressure
Interpretation: Temporarily duplicating data can convert foreground migration into background work and make demotion cheap.
Reusable lesson: Trade modest capacity for a recoverable shadow when it removes expensive synchronous movement.
Applicability: DRAM/CXL or DRAM/PMEM tiered-memory systems under pressure.
Limits: Shadow pages consume slow-tier capacity and require transactional coherence; gains vary with pressure and reuse.