摘要:
参考: http://www.blogjava.net/rosen/archive/2010/05/21/321575.html 1,Java进程内存堆分代: 典型的JVM根据generation(代)来进行GC。一个java程序内存堆有下面几个代: young generation (年轻代) t 阅读全文
摘要:
原文: http://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.mat.ui.help%2Fgettingstarted%2Fbasictutorial.html Basic Tutorial This tutorial provide 阅读全文
摘要:
Memory and CPU monitor Android Studio provides a memory and CPU monitor view so you can more easily monitor your app's performance and memory usage to 阅读全文
摘要:
A reference that is cleared when its referent is not strongly reachable and there is memory pressure. In practice, soft references are inefficient for 阅读全文