Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

ionini

macrumors newbie
Original poster
Aug 29, 2011
13
0
I have made an app with xcode, and all the Supporting files combined are less than 10mb. So when i run it with Instruments in my ipod the memory stats get to 90mb! do someone knows how to fix this?
Thanks.
 
What kind of answer are you looking for without posting any source code? The size of your files doesn't matter.

Do you have a leak, or are you just declaring something that takes up a lot of RAM, such as a UIWebview?
 
I have made an app with xcode, and all the Supporting files combined are less than 10mb. So when i run it with Instruments in my ipod the memory stats get to 90mb! do someone knows how to fix this?
Thanks.

Profile allocations then sort by size.
 
Have u tried using Command shift B? It's a command to let the analyzer do his work to check for immediate mem leaks.
Second of all, run your target on your device via Instruments (crap since Lion).
And check where you're allocations are, which aren't getting released.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.