-XX:+HeapDumpOnOutOfMemoryError 选项是否适用于 Oracle 应用服务器?

发布于 2024-07-10 04:41:29 字数 224 浏览 5 评论 0 原文

我们有时会在生产中遇到 OutOfMemoryError,我希望能够分析导致问题的原因,或者至少分析问题发生时发生的情况。 看来我应该能够通过使用 -XX:+HeapDumpOnOutOfMemoryError 选项来获取 HProf 配置文件,但我读到这是 JVM 特定的。

有人在 Oracle 应用服务器 v10.1.2.0.2 中成功使用此选项吗? 如果是这样,您对如何分析生成的文件有什么建议吗?

We are sometimes getting an OutOfMemoryError in production and I would like to be able to analyse what caused the problem, or at least what was going on when it occurred. It seems that I should be able to get an HProf profile by using the -XX:+HeapDumpOnOutOfMemoryError option, but I have read that this is JVM specific.

Has anyone successfully used this option with Oracle Application Server v10.1.2.0.2? If so, do you have any tips on how to analyse the resulting file?

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

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

发布评论

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

评论(3

梦情居士 2024-07-17 04:41:29

Oracle OC4J 经过 Sun JVM 1.3.1 和 1.4.2 认证(请参阅 此 PDF)。

-XX:+HeapDumpOnOutOfMemoryError 选项是在 Java 6 中引入的,并向后移植到 Java 5.0 update 7 和 Java 1.4.2 update 2。因此,为了使用此选项,您应该在这些 JVM 之一上运行 OC4J。

要分析 hprof 内存转储,您可以使用很多工具,例如 Eclipse Memory Analyzer(包含在 Eclipse 3.5 Galileo 中)、VisualVM 或 NetBeans。

Oracle OC4J is certified for Sun JVM 1.3.1 and 1.4.2 (see this PDF).

The -XX:+HeapDumpOnOutOfMemoryError option was introduced in Java 6 and backported to Java 5.0 update 7 and Java 1.4.2 update 2. So in order to use this option you should run OC4J on one of these JVM's.

To analyse a hprof memory dump you can use quite a number of tools such as Eclipse Memory Analyzer (included with Eclipse 3.5 Galileo), VisualVM or NetBeans.

暮倦 2024-07-17 04:41:29

此选项特定于 SUN/SAP/HP JVM,我怀疑如果您使用 JRockit VM,它是否会起作用。 JRockit 也可能根本不支持 hprof 格式,因为 Java 规范不要求它。

您可能需要检查 Yourkit 这是我所知道的唯一工具与 Eclipse 内存分析器 很接近。 com/search/label/memory" rel="nofollow noreferrer">内存使用分析。 好像支持JRockit。

This option is specific to SUN/SAP/HP JVM's, and I doubt it would work if you use the JRockit VM. JRockit might also not support the hprof format at all, because it's not required by the Java spec.

You may want to check Yourkit which is the only tool I'm aware of that comes close to the Eclipse Memory Analyzer for memory usage analysis. It seems to support JRockit.

家住魔仙堡 2024-07-17 04:41:29

是的,这取决于您的 JVM 版本。 有些JVM似乎不支持-XX:+HeapDumpOnOutOfMemoryError参数。

Yes, It depends on your JVM version. Some JVMs do not seem to support -XX:+HeapDumpOnOutOfMemoryError parameter.

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