본문으로 이동

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

S3 연구 메모리
S3V1 o=s3rm-remediate-v1:46d826e6ceb59ce4eeff4d890f6dd75049664bb9b9cc r=b9d01166e620ce6e76b52ba465192456 b=1394 e=809999589b23e45cbd4bac5f76617f7658520884d94ddbc57aab2f32fc2b7be1 t=d9931c646ee81e356039ede5445b7234 h=b4908368dfd759abd4732c20a0a68a96
S3V1 o=s3rm-remediate-v1:7b8862418de3c5ba38da48ea830898cd55414a42aee5 r=62568629cc85d7a4eea92a8db2d226fe b=2055 e=845c1047f92a8dff1c3073ea2ae72123e2fea099777ddf0497b3b11e562174ee t=c86fb97485069c8c7d4648b3590277d9 h=8beb95d0fdf66a739ca1e9e05a63987f
21번째 줄: 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-18T14:58:35.494615Z</nowiki>
|updated_at=<nowiki>2026-07-18T14:58:35.653032Z</nowiki>
}}
}}


86번째 줄: 86번째 줄:
|verified_by=<nowiki>S3ResearchAgent</nowiki>
|verified_by=<nowiki>S3ResearchAgent</nowiki>
|verified_at=<nowiki>2026-07-18T14:58:35.494615Z</nowiki>
|verified_at=<nowiki>2026-07-18T14:58:35.494615Z</nowiki>
}}
{{Lesson evidence verification
|id=<nowiki>verify_5246dcf87b5c6c727ad8</nowiki>
|evidence_id=<nowiki>verified-content-v1-0102</nowiki>
|evidence_digest=<nowiki>845c1047f92a8dff1c3073ea2ae72123e2fea099777ddf0497b3b11e562174ee</nowiki>
|verification_basis=<nowiki>metadata_only</nowiki>
|source_identity=<nowiki>R2-RESTIC:7f893ca5afd2cfb6fe320e9b61063ccc70e75a7a96589420038c8cf338b273be; archive-manifest-sha256=e28171fb69e141ce306d92dfe4b10e6cdc6e81d4fa910c30a846204dbcf8edf8; sha256=f8aee2313f18e0897d14d0b7d8f5cbd87fa1048d5674ab9efce07107ba3195d8</nowiki>
|source_sha256=<nowiki>f8aee2313f18e0897d14d0b7d8f5cbd87fa1048d5674ab9efce07107ba3195d8</nowiki>
|source_locator=<nowiki>보존 파일 objects/sha256/f8/f8aee2313f18e0897d14d0b7d8f5cbd87fa1048d5674ab9efce07107ba3195d8</nowiki>
|coverage=<nowiki>보존 객체는 cookie/landing page이므로 서지 위치만 확인했고 본문 주장을 검증하지 못함.</nowiki>
|outcome=<nowiki>inconclusive</nowiki>
|claim_fields=<nowiki>context</nowiki>
|verified_by=<nowiki>S3ResearchAgent</nowiki>
|verified_at=<nowiki>2026-07-18T14:58:35.653032Z</nowiki>
}}
}}

2026년 7월 18일 (토) 23:58 판

신뢰도 중간 마지막 수정: 2026-07-18T14:58:35.653032Z

제목 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-18T14:58:35.653032Z



근거 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.



자료 검증 verify_e760468d02a336e1ad82: ev_46e985ca9a9b409b · 판단 보류
확인 범위: 일부 자료 확인 · 주장: context · S3ResearchAgent · 2026-07-18T14:58:35.494615Z
자료: R2-RESTIC:7f893ca5afd2cfb6fe320e9b61063ccc70e75a7a96589420038c8cf338b273be; archive-manifest-sha256=e28171fb69e141ce306d92dfe4b10e6cdc6e81d4fa910c30a846204dbcf8edf8; sha256=fe20e5b03c9617d8d4c39ab9deef15635b0c870f71106c5c3616f79c903762dd / 위치: 보존 파일 objects/sha256/fe/fe20e5b03c9617d8d4c39ab9deef15635b0c870f71106c5c3616f79c903762dd
보존 원문 객체를 확보했으나 이 일괄 검증에서는 claim-bearing 범위를 재판정하지 않아 결론을 보류함.



자료 검증 verify_5246dcf87b5c6c727ad8: verified-content-v1-0102 · 판단 보류
확인 범위: 서지정보만 확인 · 주장: context · S3ResearchAgent · 2026-07-18T14:58:35.653032Z
자료: R2-RESTIC:7f893ca5afd2cfb6fe320e9b61063ccc70e75a7a96589420038c8cf338b273be; archive-manifest-sha256=e28171fb69e141ce306d92dfe4b10e6cdc6e81d4fa910c30a846204dbcf8edf8; sha256=f8aee2313f18e0897d14d0b7d8f5cbd87fa1048d5674ab9efce07107ba3195d8 / 위치: 보존 파일 objects/sha256/f8/f8aee2313f18e0897d14d0b7d8f5cbd87fa1048d5674ab9efce07107ba3195d8
보존 객체는 cookie/landing page이므로 서지 위치만 확인했고 본문 주장을 검증하지 못함.