typical memory usage of an iphone app
Posted
by climbon
on Stack Overflow
See other posts from Stack Overflow
or by climbon
Published on 2010-05-08T06:14:21Z
Indexed on
2010/05/08
6:18 UTC
Read the original article
Hit count: 175
iphone-sdk
According to Instruments 'Net Bytes' of my app are never more than 2MB yet sometimes I receive memory warning and the app crashes because some views on the stack are unloaded by force.
I'd like to know what is the typical memory footprint where system would not send you memory warning and unload the views ?
I have so far tried this on OS 3.1.2 on iphone 3GS and 3G and with 3G giving warning almost 80% of the time I test the app on it.
© Stack Overflow or respective owner