I'm trying to profile a simple application in java, which basically only opens an RMI interface and waits for messages. When I open the application via TIJMP, it reports from the ...
List your favorite heap analysis tools (e.g. jprofiler, jmap, ...).
Let's keep it one tool per answer, with a short list of pros and cons for each tool.
I have a curious problem, I need to analyze a Java heap dump (from an IBM JRE) which has 1.5GB in size, the problem is that while analyzing the dump (I've ...
I want to gather the heap usage of a program. In particular from a specific start event up to an end event, and with a set interval for example every 10ms.
I ...
I have one probably dumb question. I am currently testing CSP solvers choco and jacop. When I run profiling of the app (graph colouring, about 3000 nodes), I dont fully understand ...
I'm getting a java.lang.OutOfMemoryError exception: Java heap space.
I'm parsing a XML file, storing data and outputting a XML file when the parsing is complete.
I'm bit surprised to get such error, because ...
I want to find a memory leak in a Java 1.5 application. I use JProfiler for profiling.
I see using the windows' task manager that the vm size for my application ...
I want to know the number of extra objects created by processing a single request in my application.
I remember that OptimizeIt used to be able to do it. The steps, as ...
So, I've written a spellchecker in Java and things work as they should. The only problem is that if I use a word where the max allowed distance of edits is ...