Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OutOfMemory issue, no leak detected...

843811Oct 2 2003 — edited Oct 8 2003
Hi, my application stops with OutOfMemory after running load test on it. I used OptimizeIt and JProfiler to find out memory leaks, but I can't say any. From what I've seen, the OutOfMemoryError occurs when the heap is full and the garbage collector should start. I do manual garbage collecting with OptimizeIt and I always reset the heap to the same memory size...

I don't do any manual start of the garbage collector, and I've set the heap size to 256 megs, increasing the heap size only increase the time before I have this issue.

Please help.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 5 2003
Added on Oct 2 2003
15 comments
228 views