heap « profile « Java Testing Q&A

Home
Java Testing Q&A
1.Development
2.FindBugs
3.HTMLUnit
4.hudson
5.junit
6.performance
7.plugin
8.profile
9.selenium
10.Tools
11.unit test
Java Testing Q&A » profile » heap 

1. Comparing java memory heap dumps: Memory profiling for Java desktop application    stackoverflow.com

This is a more specific question to follow up on another question that I have asked recently. A correct answer for this question will earn a correct answer for that ...

2. Java heap size in JMP    stackoverflow.com

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 ...

3. Recommendations for a heap analysis tool for Java?    stackoverflow.com

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.

4. Running out of memory while analyzing a Java Heap Dump    stackoverflow.com

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 ...

5. Java heap profiling    stackoverflow.com

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 ...

6. Java used heap vs. allocated object size    stackoverflow.com

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 ...

7. OutOfMemoryError exception: Java heap space, how to debug...?    stackoverflow.com

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 ...

8. vm size (task manager) vs. heap size java application    stackoverflow.com

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 ...

9. Flash Builder Profiler runs out of java heap space trying to expand paths to GCRoot    stackoverflow.com

Using Flash Builder 4 on Mac OS X, trying to debug why it seems our Air app is leaking the objects declared in the MXML files, but if I try to ...

10. Java profiler for Mac OS X which supports marking the heap    stackoverflow.com

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 ...

11. Tips optimizing Java code    stackoverflow.com

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 ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.