Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the maximum memory limits per application for Android 2.2?

Tags:

android

limits

What is the maximum memory limits per application for Android 2.2?

like image 553
Saddam Abu Ghaida Avatar asked Aug 28 '10 10:08

Saddam Abu Ghaida


3 Answers

It depends on the particular device, usually ranges between 16 and 48 MB.

like image 198
Daniel Avatar answered Nov 11 '22 18:11

Daniel


The lower limit for a low density / small screen, and medium density / normal screen device is 16 MB. The lower limit for a high density / normal screen device is 24 MB. Individual device manufactures can and do raise this limit for their device, depending on how much RAM the device has (and how many megapixels the camera is etc), but if you stay within those lower limits you should be good on all devices.

like image 25
hackbod Avatar answered Nov 11 '22 18:11

hackbod


Just a footnote(I don't currently have the enough reputation to add comment). @WinOrWin obviously the thread you are referring to is talking about "storage space"(although colloquially people might refer to it as "internal/external memory") while this thread talks about "memory", RAM. They are not the same thing. (eg. The basic difference between harddrive space and memory).

like image 38
xji Avatar answered Nov 11 '22 20:11

xji