The out of memory errors all look like:

2005-02-17 14:55:48 StandardWrapperValve[jsp]: Servlet.service() for
servlet jsp threw exception
java.lang.OutOfMemoryError

or

2005-02-17 15:10:33 ApplicationDispatcher[/myuserapp1]
Servlet.service() for servlet jsp threw exception
java.lang.OutOfMemoryError


Any ideas?

On Sat, 19 Feb 2005 17:41:56 -0600, Caldarale, Charles R
<[EMAIL PROTECTED]> wrote:
> > From: Oleg [mailto:[EMAIL PROTECTED]
> > Subject: Re: out of memory when there is plenty
> >
> > how do I find out now whats wrong.
> 
> Try specifying -verbose:gc on the command line; this will at least tell you 
> whether or not it is a heap memory problem.  Also, look at the stack trace 
> from the exception and see if it's related to some request for system 
> services (e.g., thread creation).
> 
> If you really are running out of memory, then a profiler will help you 
> determine what's eating it up.
> 
> - 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 unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to