Android 2.2 每个应用程序的最大内存限制是多少?
Android 2.2 每个应用程序的最大内存限制是多少?
What is the maximum memory limits per application for Android 2.2?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
Android 2.2 每个应用程序的最大内存限制是多少?
What is the maximum memory limits per application for Android 2.2?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
它取决于特定设备,通常范围在 16 到 48 MB 之间。
It depends on the particular device, usually ranges between 16 and 48 MB.
低密度/小屏幕和中密度/普通屏幕设备的下限为 16 MB。高密度/普通屏幕设备的下限是 24 MB。各个设备制造商可以并且确实会提高其设备的此限制,具体取决于设备有多少 RAM(以及相机的百万像素等),但如果您保持在这些较低限制内,您应该在所有设备上都表现良好。
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.
只是一个脚注(我目前没有足够的声誉来添加评论)。 @WinOrWin 显然您所指的线程正在谈论“存储空间”(尽管通俗地说人们可能将其称为“内部/外部存储器”),而该线程谈论“内存”,RAM。它们不是同一件事。 (例如,硬盘空间和内存之间的基本区别)。
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).