1

I am creating an app and it uses about 30 MB of memory. Will this make the iPhone 4 crash? Also, what are the recommended limits for an app's memory usage on later models (e.g. iPhone 4s, 5 and 5s). Thanks!

jrturton
  • 118,105
  • 32
  • 252
  • 268
mattman88
  • 475
  • 1
  • 8
  • 22
  • @developer3466402 code formatting is for _code_. Please don't use it to highlight terms in a question. See http://meta.stackexchange.com/questions/137755/reject-an-already-approved-suggested-edit-when-rolling-it-back – jrturton Apr 03 '14 at 15:58
  • sorry, I was doing this way for some time but consider your reputations I guess I am really wrong. I will avoid this practice then. – Zini Apr 03 '14 at 16:01
  • It's not your fault if people are wrongly approving the edits :) How else will you know? – jrturton Apr 03 '14 at 16:01

2 Answers2

1

No, it will not make iPhone crash. If your app uses excessive memory, iOS will shut down your app. Also, see this: iOS memory allocation - how much memory can be used in an application?

Community
  • 1
  • 1
Andrey
  • 1,561
  • 9
  • 12
1

That should be fine. There aren't any "recommended limits", per se, although you may find the answers to this question helpful: ios app maximum memory budget.

Community
  • 1
  • 1
Wildaker
  • 2,533
  • 1
  • 17
  • 19