Flash Builder Profiler 在尝试扩展 GCRoot 路径时耗尽了 java 堆空间
在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看来诀窍在于您可以拥有分配堆栈或 GCRoot 路径。
感谢 Adobe 发明了海森堡不确定性刻画器。
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.