15
Memory Management For Android Apps

Vietnam Mobile Day 2013: Memory Management For Android Apps

Embed Size (px)

DESCRIPTION

Bài chia sẻ của anh Nguyễn Quốc Việt, Giảng viên Aiti Aptech tại hội thảo Vietnam Mobile Day 2013 tổ chức tại TP.Hồ Chí Minh vào ngày 18/05/2013.

Citation preview

Page 1: Vietnam Mobile Day 2013: Memory Management For Android Apps

Memory Management For

Android Apps

Page 2: Vietnam Mobile Day 2013: Memory Management For Android Apps

Who am I ?

Faculty at Aiti-Aptech

Android leader at Zoo Studio

Page 3: Vietnam Mobile Day 2013: Memory Management For Android Apps

What will I share today ?

Heap size

Garbage Collection

Bitmap management

Page 4: Vietnam Mobile Day 2013: Memory Management For Android Apps

290 MB

2GB

Page 5: Vietnam Mobile Day 2013: Memory Management For Android Apps
Page 6: Vietnam Mobile Day 2013: Memory Management For Android Apps

Heap size

Heap size Limits.

G1 : 16MB

Nexus One : 32MB

Galaxy S3 : 64MB

Page 7: Vietnam Mobile Day 2013: Memory Management For Android Apps
Page 8: Vietnam Mobile Day 2013: Memory Management For Android Apps

Heap size

Honeycomb (3.0) support option : “largetHeap” ActivityManager.getLargeMemoryClass()

Page 9: Vietnam Mobile Day 2013: Memory Management For Android Apps

Garbage Collection

Page 10: Vietnam Mobile Day 2013: Memory Management For Android Apps

Garbage Collection

Bigger heaps = longer pauses

Pre- Gingerbread Stop all application Pause time > 100ms

Gingerbread and beyond Concurrent Pause times < 5ms

Page 11: Vietnam Mobile Day 2013: Memory Management For Android Apps

Bitmap

Pre Android 2.3 Freed via recycle() Full, Stop the world GCs

Page 12: Vietnam Mobile Day 2013: Memory Management For Android Apps

Bitmap

> Android 2.3 Freed synchronously by GC Concurrent & partial GCs

Page 13: Vietnam Mobile Day 2013: Memory Management For Android Apps

GC_FOR_ALLOC freed <1K, 5% free 4961K/5176K, paused 13ms, total 13ms

GC_CONCURRENT freed 0K, 5% free 4961K/5176K, paused 8ms+0ms, total 10ms

GC_FOR_ALLOC freed 2418K, 45% free 3192K/5788K, paused 1ms, total 1ms

Page 14: Vietnam Mobile Day 2013: Memory Management For Android Apps

References

http://android-developers.blogspot.com/2011/03/memory-analysis-for-android.html.

http://kohlerm.blogspot.com/2009/02/memory-leaks-are-easy-to-find.html

http://developer.android.com/training/displaying-bitmaps/manage-memory.html

Page 15: Vietnam Mobile Day 2013: Memory Management For Android Apps

Thank you !!!

Email : [email protected]