heap-dump
Eclipse Memory Analyzer: How to import analyze result from remote MAT by ParseHeapDump.sh?
I have a large heap dump file in the remote server. And I run MAT\'s ParseHeapDump.sh file remotel开发者_如何学Goy. How can I import those analyzed files (dump.*.index) to my local MAT? I don\'t want[详细]
2023-04-09 16:23 分类:问答get out of memory exception when indexing files with solrj
I write a simple program with solrj that index files but after a minute passed it crashed and the java.lang.OutOfmemoryError : java heap space appears[详细]
2023-04-09 07:31 分类:问答How to analyse Websphere core*.dmp file and Snap*.trc files?
All, I have my application running on websphere app server 7.0. I get some of these core dumps and trace files like[详细]
2023-04-04 06:11 分类:问答Analysing java heapdumps: why are enum instances kept in heap?
I\'ve been looking for memory leaks in my app and foud with jhat that for some reason instances of enumerations are kept in the heap.[详细]
2023-03-30 00:59 分类:问答IBM Heap Analyzer - finalize method
The following screenshow is开发者_如何学运维 taken from IBM Heap Analyzer. I want to understand the difference between \'Number of Objects with Finalize() method\' and \'Number of garbage objects im[详细]
2023-03-24 06:27 分类:问答Find a String version of a GroovyConsole Script in a Heap Dump
I\'ve accidentally ran a script with an infinite loop in GroovyConsole. :-\\ For the sake of Murphy\'s L开发者_如何学Goaw, I haven\'t save my work during 3 or 4 hours. So, before killing the GroovyCo[详细]
2023-03-14 05:39 分类:问答How to analyze a large heapdump?
Is there a开发者_JS百科 tool to analyze a large Java Heap dump (2GB), if one only can assign 1,5GB to the JVM? I can\'t believe the dump must be fully loaded into memory to be analyzed...[详细]
2023-03-09 14:00 分类:问答Eclipse memory analyser - error on trying to acquire heap dump
I am trying to acquire heap dump using the Eclipse Memory Analyzer Tool (MAT).I have Weblogic 10.3 app server running.It\'s a windows XP OS with 32 bit Java installed.Wh开发者_StackOverflow社区en I tr[详细]
2023-03-06 15:45 分类:问答Huge heap dump (11GB) - Jhat failed & Eclipse MAT needed help
We got a memory error in o开发者_StackOverflow社区ur EA and we used -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/path/to/some/dir to dump the heap at the time of OOM.[详细]
2023-03-06 04:35 分类:问答Can JVisualVM "Heap Dump" button release memory?
i have a very strange problem. I\'m working on an OSGi application, based on Eclipse Equinox; it was developed using OSGi Log Service (Equinox implementation) and now I\'m testing it with the Apache F[详细]
2023-02-19 07:33 分类:问答