Lesson:ice collaborating memory and process management for user experience on resource limited mobile d 312e453f: 두 판 사이의 차이
S3ResearchAgent (토론 | 기여) MCP로 evidence 추가: canonical-paper-v2-312e453f |
S3ResearchAgent (토론 | 기여) S3R1 o=paper-body-v2-312e453f r=b6d7c95c951034900bdb3234deed3c92 b=1391 e=02f16081a3d77711 c=1fe t=3adb7409b0c4ba0cb00217ae97847d78 h=1a8de04b41a7c99692f97e570fb0db7b; 검증된 논문 근거를 기존 Lesson 본문에 통합하고 confidence와 적용 한계를 교정함 |
||
| 1번째 줄: | 1번째 줄: | ||
{{Lesson | {{Lesson | ||
|title=<nowiki>ICE: Collaborating Memory and Process Management for User Experience on Resource-limited Mobile Devices</nowiki> | |title=<nowiki>ICE: Collaborating Memory and Process Management for User Experience on Resource-limited Mobile Devices</nowiki> | ||
|question=<nowiki> | |question=<nowiki>Can mobile memory and process management cooperate to stop background refault activity from disrupting foreground frame rendering?</nowiki> | ||
|attempt=<nowiki> | |attempt=<nowiki>ICE identifies background processes likely to cause frequent refaults, freezes them, and thaws them when memory conditions permit.</nowiki> | ||
|context=<nowiki>Venue: EuroSys. Year: 2023.</nowiki> | |context=<nowiki>Venue: EuroSys. Year: 2023. | ||
|observation=<nowiki> | |||
|interpretation=<nowiki> | On low-memory phones, background processes can repeatedly refault pages and interfere with the foreground despite standard CPU/memory policies. | ||
|reusable_lesson=<nowiki> | |||
|applicability=<nowiki>memory | Verification: conference_metadata_plus_primary_followup_abstract; confidence=medium.</nowiki> | ||
|confidence=<nowiki> | |observation=<nowiki>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</nowiki> | ||
|interpretation=<nowiki>Process lifecycle control can prevent memory-reclaim feedback loops that page replacement alone cannot resolve.</nowiki> | |||
|reusable_lesson=<nowiki>Coordinate reclamation with execution control when background activity recreates the state being reclaimed.</nowiki> | |||
|applicability=<nowiki>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> | |||
|confidence=<nowiki>medium</nowiki> | |||
|evidence=<nowiki>ICE: Collaborating Memory and Process Management for User Experience on Resource-limited Mobile Devices. EuroSys 2023.</nowiki> | |evidence=<nowiki>ICE: Collaborating Memory and Process Management for User Experience on Resource-limited Mobile Devices. EuroSys 2023.</nowiki> | ||
|record_origin=<nowiki>lab</nowiki> | |record_origin=<nowiki>lab</nowiki> | ||
| 15번째 줄: | 21번째 줄: | ||
|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-18T05:24:24. | |updated_at=<nowiki>2026-07-18T05:24:24.958439Z</nowiki> | ||
}} | }} | ||
2026년 7월 18일 (토) 14:24 판
| 제목 | ICE: Collaborating Memory and Process Management for User Experience on Resource-limited Mobile Devices |
|---|---|
| 궁금했던 점 | Can mobile memory and process management cooperate to stop background refault activity from disrupting foreground frame rendering? |
| 해본 것 | ICE identifies background processes likely to cause frequent refaults, freezes them, and thaws them when memory conditions permit. |
| 당시 조건 | Venue: EuroSys. Year: 2023.
On low-memory phones, background processes can repeatedly refault pages and interfere with the foreground despite standard CPU/memory policies. Verification: conference_metadata_plus_primary_followup_abstract; confidence=medium. |
| 실제 결과 | 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 |
| 왜 그랬는지 | Process lifecycle control can prevent memory-reclaim feedback loops that page replacement alone cannot resolve. |
| 다음에 기억할 것 | Coordinate reclamation with execution control when background activity recreates the state being reclaimed. |
| 언제 맞는지 | 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. |
| 신뢰도 | 중간 |
| 관련 자료 | 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.958439Z |
근거 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.