OutOfMemory issue, no leak detected...
843811Oct 2 2003 — edited Oct 8 2003Hi, 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.