overall bytes in Xcode Instruments reaches 1 GB is that ok?

冷暖自知 提交于 2019-12-11 07:44:58

问题


Here is my question.

I tried to check my allocation part using Instruments in xcode. I am doing some image crop Application using CGImageSourceCreateThumbnailAtIndex for processing the images. while doing the process it is taking to much memory and i released it in right manner.

In Instruments the live bytes is 1.56Mb , #living = 22,862 and Overall bytes reaches 1.11Gb after that also it will increase.

This application is not working in ipad1. i dont have ipad2 or 3 in hand to test the application.

In the image some peak points are there. At that point Live Bytes reaches 73MB. and it will be released. will ipad 2 handle this peak ??

Can anyone tell this will cause any memory Problem in device.

How about the overall bytes. is there any limit for this?


回答1:


yes since overall bytes is just the number of bytes that were EVER allocated.

The longer the app runs, the higher the no.



来源:https://stackoverflow.com/questions/18758061/overall-bytes-in-xcode-instruments-reaches-1-gb-is-that-ok

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