标签:from oca 进程 对象 ati art 多少 log bsp
Total number of allocations 476778 进程创建到现在一共创建了多少对象
Total bytes allocated 52MB 进程创建到现在一共申请了多少内存
Total bytes freed 52MB 进程创建到现在一共释放了多少内存
Free memory 777KB 不扩展堆的情况下可用的内存
Free memory until GC 777KB GC前的可用内存
Free memory until OOME 383MB OOM之前的可用内存
Total memory 当前总内存(已用+可用)
Max memory 384MB 进程最多能申请的内存
Total number of allocations 9524862
Total bytes allocated 457MB
Total bytes freed 449MB
Free memory 5MB
Free memory until GC 5MB
Free memory until OOME 183MB
Total memory 13MB
Max memory 192MB
当发现Free memory until OOME很小的时候,代表可用内存快慢了,一般情况下,这个应用都有内存泄露
from: https://blog.csdn.net/zhenbohuang/article/details/79624914
标签:from oca 进程 对象 ati art 多少 log bsp
原文地址:https://www.cnblogs.com/aspirs/p/12936159.html