Flash Builder Profiler 在尝试扩展 GCRoot 路径时耗尽了 java 堆空间

发布于 2024-11-27 18:15:38 字数 176 浏览 1 评论 0原文

在 Mac OS X 上使用 Flash Builder 4,尝试调试为什么我们的 Air 应用程序泄漏了 MXML 文件中声明的对象,但如果我尝试在探查器的“对象引用”选项卡中展开实例,它会运行几分钟在抛出 java 堆空间错误之前。

堆已设置为 -Xmx1024m,将其设置为 2048m 会导致 FB 根本无法启动。

Using Flash Builder 4 on Mac OS X, trying to debug why it seems our Air app is leaking the objects declared in the MXML files, but if I try to expand the Instance in the Object Reference tab of the profiler, it runs for several minutes before throwing a java heap space error.

The heap is already set at -Xmx1024m, setting it to 2048m causes FB to not start at all.

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

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

发布评论

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

评论(1

风向决定发型 2024-12-04 18:15:38

看来诀窍在于您可以拥有分配堆栈或 GCRoot 路径。

感谢 Adob​​e 发明了海森堡不确定性刻画器。

It seems the trick is that you can have either the Allocation Stack or the Path to GCRoot.

Thank you Adobe for inventing the Heisenberg Uncertainty Profiler.

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