java.lang.OutOfMemoryError的工具:Java堆空间,Java Swing应用程序

发布于 2024-10-25 04:43:19 字数 197 浏览 3 评论 0原文

我正在使用 Java Swing 应用程序。我收到 java.lang.OutOfMemoryError: Java 堆空间。我无法弄清楚哪个方法正在创建许多对象或者是否有任何不需要的引用。我想找出问题的根本原因。请指导我有关此问题的任何工具(JProfiler)。另外,由于我之前没有使用过这个工具,因此任何有关该工具的添加信息都会有所帮助。提前致谢。

克里希纳

I am working with a Java Swing Application. I am getting java.lang.OutOfMemoryError: Java heap space. I am not able to figure out which method is creating many objects or if there are any not needed references. I want to figure out the root cause for the problem. Kindly guide me about any tool (JProfiler) for this issue. Also as I have not used this tool before so any added information regarding the same will be helpful. Thanks in advance.

Krishna

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

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

发布评论

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

评论(3

拥抱没勇气 2024-11-01 04:43:20

如果您还没有分析器,您可能会发现 JVisualVM 很有用。它随 JDK 一起提供。

If you don't already own a profiler, you might find JVisualVM useful. It ships with the JDK.

悲喜皆因你 2024-11-01 04:43:20

NetBeans IDE 附带了功能齐全的分析器。

The NetBeans IDE ships with a full featured profiler.

生生漫 2024-11-01 04:43:20

jmap 和 Eclipse 内存分析器 Too1

[1]:http://www.eclipse.org/mat/ 是一个很好的组合

jmap and the Eclipse Memory Analyzer Too1

[1]: http://www.eclipse.org/mat/ are a good combination

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