Android Available Ram

不打扰是莪最后的温柔 提交于 2019-12-19 04:48:20

问题


How much RAM is available for use by each app?

I read somewhere that each app could only use a max of 16 mb, but the total system memory is much higher.


回答1:


Each application is limited to 16MB of Java heap space, at least for devices with "normal" class screens. That limit has apparently been bumped to 24MB for devices with "large" class screens -- in part because of larger bitmaps such screens might manipulate, and probably in a trade-off for the minimum amount of device RAM such devices will need to have.



来源:https://stackoverflow.com/questions/1702323/android-available-ram

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!