美文网首页
Android heapsize & heapgrowthlim

Android heapsize & heapgrowthlim

作者: conncui | 来源:发表于2019-05-30 11:40 被阅读0次
key 含义 备注
heapgrowthlimit 单个进程可用最大内存
heapsize 单个进程可用最大内存

一般 heapgrowthlimit < heapsize,
android:largeHeap=“true” 为true时, 应用可使用最大heapsize,超过时发生OOM

相关文章

网友评论

      本文标题:Android heapsize & heapgrowthlim

      本文链接:https://www.haomeiwen.com/subject/ddumtctx.html