I have completed my first iOS app. Its parsing and an rss feed and showing titles, date, creator name and images in a tableview. Now i am trying to check its performance before submitting it for the approval. I am using Xcode instruments for the very first time. I have first checked and removed all the leaks and now there are no memory leaks in the app. Now i am using Allocations. Here is how it looks like:
Since i am using it for the very first time i am not sure about many things. Overall Bytes looks too large to me and i need to ask whether is there any limit or not which i can use? and should i look for overall bytes or live bytes or anything else?
Thanks