A Hotspot JVM command-line utility that prints memory-related statistics for a running JVM or core file.
I'm using jmap to get a histogram of the heap. I'm not sure what the objects are that are referred …
java memory jmapI've been experimenting with jmap -histo and jmap -dump today When run in this sequence jmap -dump:format=b,file=…
java garbage-collection jmapProblem We are trying to find the culprit of a big memory leak in our web application. We have pretty …
java memory-leaks heap-memory heap-dump jmapDoes my java application continue running while jmap is taking its memory dump?
java memory memory-leaks jmapWe have java streaming server running in production and it requires ~10GB of RAM for operation so we have 32GB …
java out-of-memory jmapI get the following exception when i take a heapdump using jmap -F -dump:format=b,file=/tmp/heapdump/before.…
java exception jmapI understand the difference between new gen / old gen /perm gen, but I don't know what "To Space" and "From …
java memory garbage-collection heap-memory jmapWe have had our glassfish instance go down every two weeks for a while with a java.lang.OutOfMemoryError: PermGen …
java memory-leaks profiling permgen jmap