• 一旦已经检测到了内存泄漏并且已经生成了转储它们就可以传递生产服务器之外,转到问题确定机器进行分析。

    Once a memory leak has been detected and heap dumps have been generated, they can be transferred outside the production server and into a problem determination machine for analysis.

    youdao

  • 机制生成足够内存泄漏协调多个转储,以便于使用MDD4J 进行比较分析

    This mechanism will generate multiple heap dumps that have been coordinated with sufficient memory leakage to facilitate comparative analysis using MDD4J.

    youdao

  • 一个重量级脱机内存泄漏分析工具多种现有转储分析工具整合在单一用户界面中。

    This is a heavyweight offline memory leak analysis tool that incorporates multiple existing heap dump analysis tools into a single user interface.

    youdao

  • 许多分析工具包括MDD4J)都可以分析转储找到内存泄漏根源

    Many analysis tools, including MDD4J, analyze heap dumps to find the root cause of a memory leak.

    youdao

  • RAD配置日志透视包含一些视图用来分析应用程序内存使用,和通过比较两个转储高级算法来检测这些泄漏

    RAD's profiling and logging perspective includes views for analyzing your application's memory usage and detecting these leaks through advanced algorithms that compare two heap dumps.

    youdao

  • 转储,发现内存泄漏非常有用。

    Heap dumps, which are helpful when hunting for memory leaks.

    youdao

  • 真正本机内存泄漏表现本机持续增加负载移除垃圾收集器运行时仍然降低

    A genuine native-memory leak manifests as a continual growth in native heap that doesn't drop when load is removed or when the garbage collector runs.

    youdao

  • 8中的Suspects选项卡显示了涉及无限循环内存泄漏案例中获取的两个转储分析结果

    Figure 8 shows the Suspects TAB from the analysis result of two heap dumps taken from a memory leak case involving an infinite loop.

    youdao

  • 一些很好的商业分析工具但是找出内存泄漏不一定花钱这些工具——内置hprof工具完成这项工作。

    There are some excellent commercial heap profiling tools available, but you don't have to spend any money to find memory leaksthe built-in hprof tool can also do the trick.

    youdao

  • HeapRoots一种用于分析IBMjdk转储基于控制台的实验性工具类似HAT工具,但是它不能查明内存泄漏根源

    HeapRoots is an experimental console-based tool for analyzing IBM JDK heap dumps similar to the HAT tool, but it does not pinpoint the root cause of a memory leak.

    youdao

  • 对于本机内存泄漏进程大小增加,对于碎片问题发生OutOfMemoryError错误存在大量可用

    For native memory leaks, the process size will increase, and for fragmentation issues, there will be a significant amount of free heap at the time of the occurrence of the OutOfMemoryError.

    youdao

  • 示例策略通过取得多个转储(使用工作负载管理维护应用程序性能)进行分析,从而内存泄漏通知做出反应。

    On example policy would react to a memory leak notification by taking multiple heap dumps (using workload management to maintain the performance of the application) for analysis.

    youdao

  • 一种策略通过取得多个转储(使用工作负载管理维护应用程序性能)进行分析,从而对内存泄漏通知做出反应。

    One policy might react to a memory leak notification by taking multiple heap dumps (using workload management to maintain the performance of the application) for analysis.

    youdao

  • 知道必须提供一个解决办法(比如周期性地服务器进行循环或者逐渐增加大小),直到可以修复这个内存泄漏问题

    She knows she must provide a workaround (such as cycling the servers periodically or increasing the heap sizes) until the memory leak can be fixed.

    youdao

  • 如果应用程序出现内存泄漏内存使用量时间稳步增长。

    If a memory leak is present in your application, the heap memory usage steadily increases over time.

    youdao

  • 最有可能类型内存问题内存泄漏碎片或者对象分配

    The most likely type is a memory problem, such as memory leak, heap fragmentation, or large object allocation.

    youdao

  • 可以确保确定内存泄漏之后获取转储通过足够内存泄漏获得有效分析结果

    This ensures that Heap dumps are taken after evidence of the memory leak is apparent, and with enough memory leakage to ensure the best chance of a valid analysis result.

    youdao

  • 虽然通过分析转储能够标识内存泄漏数据结构,但是标识无限循环中的内存泄漏代码并不简单

    While it might be possible to identify the memory leaking data structure by analyzing the heap dumps, identifying the memory leaking code which is in a infinite loop is not straightforward.

    youdao

  • 对于比较分析转储表示已经发生大量内存泄漏时(占用最大配置大小大量内存)所取得转储。

    For comparative analysis, the primary dump refers to the dump taken after the memory leak has progressed considerably (consuming a large amount of the maximum configured heap size).

    youdao

  • 基线转储尚未内存泄漏大量耗用早期取得转储。

    The baseline dump refers to the heap dump taken early on, when the heap has not yet been consumed significantly due to the memory leak.

    youdao

  • 分析native_stderr . log时,我们发现垃圾收集周期没有问题并且存在内存问题,内存泄漏碎片对象分配

    When analyzing native_stderr.log, we found that the GC cycles were fine, and there were no memory issues, such as memory leak, heap fragmentation, and large object allocation.

    youdao

  • 这些类型内存泄漏表现内存泄漏快速增长,其中,如果详细垃圾收集数据显示时间可用空间急剧减少,则会导致Out Of MemoryError错误。

    These types of memory leaks manifest as fast growing memory leaks, where if the verbose GC data reports a sharp drop in free heap space in a very short time leads to an OutOfMemoryError.

    youdao

  • 这种类型内存泄漏情况分析时间获取的转储(heapdump)非常重要,这样可以观察正在快速减少可用内存

    For this type of memory leak case, it is important to analyze a heap dump taken within the short span of time the free memory is observed to be dropping quickly.

    youdao

  • 对于中分配对象必须显式删除对象防止内存泄漏

    For objects allocated on the heap, however, you must explicitly delete the object to prevent a memory leak.

    youdao

  • 检测一种内存泄漏方式之后工具产生多重转储,它们可以足够内存泄漏进行协调,以方便使用MDD4J对比分析

    Upon detection of a memory leak pattern, this facility will generate multiple heap dumps that have been coordinated with sufficient memory leakage to facilitate comparative analysis using MDD4J.

    youdao

  • 检测一种内存泄漏方式之后工具产生多重转储,它们可以足够内存泄漏进行协调,以方便使用MDD4J对比分析

    Upon detection of a memory leak pattern, this facility will generate multiple heap dumps that have been coordinated with sufficient memory leakage to facilitate comparative analysis using MDD4J.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定