If increasing the heap size doesn't work I'd think that perhaps your app goes into a loop and uses up all the memory. You could probably detect this by just looking :-), profiling, or adding some debug logging statements at likely spots.

hope this helps
david jencks

On Dec 27, 2006, at 11:16 AM, Bob Dushok wrote:

Our Java web app has produced an java.lang.OutOfMemoryError error and placed the following line multiple times in the Geronimo log. Can anyone tell me how to correct this problem?

Thanks,
Bob

3317: 10:52:05,503 ERROR [ThreadPool] Caught exception (java.lang.OutOfMemoryError: Java heap space) executing [EMAIL PROTECTED], terminating thread

Reply via email to