> From: Brian Cross [mailto:[EMAIL PROTECTED] 
> Subject: Re: Tomcat randomly hangs - new info
> 
> 7010.198: [Full GC
> [PSYoungGen: 157504K->157504K(206656K)]
> [PSOldGen: 699071K->699071K(699072K)]
> 856575K->856575K(905728K)
> [PSPermGen: 115222K->115222K(115520K)],
> 1.1215690 secs]

You're simply running out of heap space, so even a full GC can't free up
enough space to keep running.  The most likely cause is a memory leak
within your app(s), so a memory profiler would probably be the next
step.  It's also possible that you simply don't have enough PermGen
space available within the total heap to contain all the classes you
need, so you could try expanding that; if you really have a memory leak,
it will only postpone the inevitable.

There's some useful info here:
http://tomcat.apache.org/faq/memory.html

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to