While running my app, I sometimes get Memory Warning. It doesn't always happen in same place in the code, but I suspect it has something to do with memory allocated from outside of my app; i.e. if there are many applications running on the iPhone in the background I will get the memory warning earlier, and if there are no applications running in the background I will not get the warning at all.
Thanks, Ohad
Using Instruments
you can check how much memory your app is using.
In Xcode4, use 'Profile' build, choose Leaks
, then click the Library button in the toolbar and add the Memory Monitor
instrument.
It will show an overview of every app that is running and how much memory each is using.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With