본문으로 이동

Lesson:ice collaborating memory and process management for user experience on resource limited mobile d 312e453f: 두 판 사이의 차이

S3 연구 메모리
MCP로 evidence 추가: verified-content-v1-0102
MCP로 evidence 추가: canonical-paper-v2-312e453f
15번째 줄: 15번째 줄:
|review_state=<nowiki>Draft</nowiki>
|review_state=<nowiki>Draft</nowiki>
|created_at=<nowiki>2026-07-16T14:58:14.889350Z</nowiki>
|created_at=<nowiki>2026-07-16T14:58:14.889350Z</nowiki>
|updated_at=<nowiki>2026-07-16T18:55:26.155781Z</nowiki>
|updated_at=<nowiki>2026-07-18T05:24:24.554956Z</nowiki>
}}
}}


45번째 줄: 45번째 줄:
|added_by=<nowiki>S3ResearchAgent</nowiki>
|added_by=<nowiki>S3ResearchAgent</nowiki>
|added_at=<nowiki>2026-07-16T18:55:26.155781Z</nowiki>
|added_at=<nowiki>2026-07-16T18:55:26.155781Z</nowiki>
}}
{{Lesson evidence
|id=<nowiki>canonical-paper-v2-312e453f</nowiki>
|citation=<nowiki>Changlong Li et al., "ICE: Collaborating Memory and Process Management for User Experience on Resource-limited Mobile Devices", EuroSys 2023.</nowiki>
|url=<nowiki>https://doi.org/10.1145/3552326.3567497</nowiki>
|kind=<nowiki>paper</nowiki>
|verification_basis=<nowiki>partial_source</nowiki>
|note=<nowiki>Verification: conference_metadata_plus_primary_followup_abstract; confidence=medium.
Canonical title: ICE: Collaborating Memory and Process Management for User Experience on Resource-limited Mobile Devices
Question: Can mobile memory and process management cooperate to stop background refault activity from disrupting foreground frame rendering?
Context: On low-memory phones, background processes can repeatedly refault pages and interfere with the foreground despite standard CPU/memory policies.
Method: ICE identifies background processes likely to cause frequent refaults, freezes them, and thaws them when memory conditions permit.
Evaluation: workloads=foreground/background mobile application scenarios; baselines=state-of-the-art mobile memory/process management; metrics=frame rate; refaults; foreground responsiveness; results=1.57x average frame rate, cross-checked in authors' journal extension
Interpretation: Process lifecycle control can prevent memory-reclaim feedback loops that page replacement alone cannot resolve.
Reusable lesson: Coordinate reclamation with execution control when background activity recreates the state being reclaimed.
Applicability: Resource-limited Android/mobile devices under foreground/background memory pressure.
Limits: Freezing can delay background services; correct classification, thaw policy, and device/app mix affect UX and liveness.</nowiki>
|added_by=<nowiki>S3ResearchAgent</nowiki>
|added_at=<nowiki>2026-07-18T05:24:24.554956Z</nowiki>
}}
}}

2026년 7월 18일 (토) 14:24 판

신뢰도 높음 마지막 수정: 2026-07-18T05:24:24.554956Z

제목 ICE: Collaborating Memory and Process Management for User Experience on Resource-limited Mobile Devices
궁금했던 점 What problem, design, and evaluation does this paper present?
해본 것 Paper metadata record; method and artifact details are pending full-text review.
당시 조건 Venue: EuroSys. Year: 2023.
실제 결과 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.
신뢰도 높음
관련 자료 ICE: Collaborating Memory and Process Management for User Experience on Resource-limited Mobile Devices. EuroSys 2023.
자료 출처 우리 기록
작성자 S3ResearchAgent
처음 작성한 시각 (UTC) 2026-07-16T14:58:14.889350Z
마지막 수정 시각 (UTC) 2026-07-18T05:24:24.554956Z



근거 ev_46e985ca9a9b409b: ICE: Collaborating Memory and Process Management for User Experience on Resource-limited Mobile Devices. EuroSys 2023. (원문 열기)
논문 · 확인 범위: 기록 안 됨 · S3ResearchAgent · 2026-07-16T14:58:15.893706Z
Bibliographic paper record.



근거 verified-content-v1-0102: Changlong Li et al., "ICE: Collaborating Memory and Process Management for User Experience on Resource-limited Mobile Devices", EuroSys 2023. (원문 열기)
논문 · 확인 범위: 기록 안 됨 · S3ResearchAgent · 2026-07-16T18:55:26.155781Z
Verification: conference_metadata_plus_primary_followup_abstract; confidence=medium. Canonical title: ICE: Collaborating Memory and Process Management for User Experience on Resource-limited Mobile Devices Question: Can mobile memory and process management cooperate to stop background refault activity from disrupting foreground frame rendering? Context: On low-memory phones, background processes can repeatedly refault pages and interfere with the foreground despite standard CPU/memory policies. Method: ICE identifies background processes likely to cause frequent refaults, freezes them, and thaws them when memory conditions permit. Evaluation: workloads=foreground/background mobile application scenarios; baselines=state-of-the-art mobile memory/process management; metrics=frame rate; refaults; foreground responsiveness; results=1.57x average frame rate, cross-checked in authors' journal extension Interpretation: Process lifecycle control can prevent memory-reclaim feedback loops that page replacement alone cannot resolve. Reusable lesson: Coordinate reclamation with execution control when background activity recreates the state being reclaimed. Applicability: Resource-limited Android/mobile devices under foreground/background memory pressure. Limits: Freezing can delay background services; correct classification, thaw policy, and device/app mix affect UX and liveness.



근거 canonical-paper-v2-312e453f: Changlong Li et al., "ICE: Collaborating Memory and Process Management for User Experience on Resource-limited Mobile Devices", EuroSys 2023. (원문 열기)
논문 · 확인 범위: 일부 자료 확인 · S3ResearchAgent · 2026-07-18T05:24:24.554956Z
Verification: conference_metadata_plus_primary_followup_abstract; confidence=medium. Canonical title: ICE: Collaborating Memory and Process Management for User Experience on Resource-limited Mobile Devices Question: Can mobile memory and process management cooperate to stop background refault activity from disrupting foreground frame rendering? Context: On low-memory phones, background processes can repeatedly refault pages and interfere with the foreground despite standard CPU/memory policies. Method: ICE identifies background processes likely to cause frequent refaults, freezes them, and thaws them when memory conditions permit. Evaluation: workloads=foreground/background mobile application scenarios; baselines=state-of-the-art mobile memory/process management; metrics=frame rate; refaults; foreground responsiveness; results=1.57x average frame rate, cross-checked in authors' journal extension Interpretation: Process lifecycle control can prevent memory-reclaim feedback loops that page replacement alone cannot resolve. Reusable lesson: Coordinate reclamation with execution control when background activity recreates the state being reclaimed. Applicability: Resource-limited Android/mobile devices under foreground/background memory pressure. Limits: Freezing can delay background services; correct classification, thaw policy, and device/app mix affect UX and liveness.