4T2F / ThinkBig2

🌟씽크빅 2팀 스터디 🌟
2 stars 0 forks source link

iOS 앱의 낮은 메모리 상황 대응 방안과 관련 API에 대해 설명해주세요. #31

Open Phangg opened 2 weeks ago

Phangg commented 2 weeks ago

iOS 앱의 낮은 메모리 상황 대응 방안과 관련 API에 대해 설명해주세요.

Phangg commented 1 week ago

Low Memory Warning - 낮은 메모리 경고

[ Low Memory Warning 에 대한 공식문서 자료 ]

앱에서는 다음 4가지 방법을 통해 메모리 경고를 받을 수 있음

낮은 메모리 상황에서 앱의 안정성을 유지하기 위한 리소스 관리 전략


Low Memory Warning 테스트하기

Low Memory Warning 테스트

Phangg commented 1 week ago

iOS Memory Deep Dive 1편

iOS 의 메모리

앱이 사용하는 메모리

Memory FootPrint - 1

Memory FootPrint - 2

clean and dirty pages

clean and dirty pages

memory mapped files

memory mapped files - jpeg example

typical app memory profile

Clean Memory - 1

Clean Memory - 2

Dirty Memory - 1

Dirty Memory - 2

Compressed Memory - 1

Compressed Memory - 2

Memory warnings - 1

Memory warnings - 2 Memory warnings - 3


Caching

Caching


iOS Memory Deep Dive 2편