iPad low memory warning, although no other apps are running, and my app allocates only 8 MB

六眼飞鱼酱① 提交于 2019-12-01 21:37:02

问题


I am receiving low memory warnings on the iPad (inspected via instruments) although no other apps are running, and my app has only 8 MB of live bytes.

In my understanding, iOS triggers memory warnings only, if the system is running out of resources. How can it be, that I still get them?

(To get a better understanding of the issue and the related circumstances, please check this question: Empty drawRect implementation causes memory warning)

来源:https://stackoverflow.com/questions/13028427/ipad-low-memory-warning-although-no-other-apps-are-running-and-my-app-allocate

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