Android - 确定设备的每个应用程序的最大堆大小

发布于 2024-11-25 06:26:24 字数 170 浏览 0 评论 0原文

从 Google 的一次演示中,我了解到各种硬件的最大堆大小如下 -“Android G1 = 16MB,Droid = 24 MB,Nexus One = 32 MB,Xoom = 48 MB”

是否有编程方法对于特定硬件上的 Android 应用程序,确定每个应用程序的最大堆大小?

谢谢。

From one of Google's presentations, I came to know that the maximum Heap Size for the various hardwares are as follows - "Android G1 = 16MB, Droid = 24 MB, Nexus One = 32 MB, Xoom = 48 MB"

Is there a programmatic method to determine the maximum Heap Size per App, for an Android App on a specific hardware ?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

潇烟暮雨 2024-12-02 06:26:24

正如此处所述,您需要调用:
long heapSize = Runtime.getRuntime().maxMemory();

As mentioned here You need to call:
long heapSize = Runtime.getRuntime().maxMemory();

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文