glad I can help. it's the little odd edge case problems that I find
most interesting. it was fun to figure why that behavior was occuring.

peter


On 4/21/05, J. Ryan Earl <[EMAIL PROTECTED]> wrote:
> Awesome, I'm glad that was solved as I'm about to do the same thing with our
> application: running multiple instances of the application on a single
> tomcat instance housing many virtual hosts.
> 
> Thanks for the http://java.sun.com/docs/hotspot/VMOptions.html link Peter.
> 
> -ryan
> 
> -----Original Message-----
> From: Caldarale, Charles R [mailto:[EMAIL PROTECTED]
> Sent: Thursday, April 21, 2005 11:52 AM
> To: Tomcat Users List
> Subject: RE: OutOfMemoryError - 100 thread limit?
> 
> > From: LeeAnn Pultz [mailto:[EMAIL PROTECTED]
> > Subject: Re: OutOfMemoryError - 100 thread limit?
> >
> > It had -XX:MaxPermSize=128m  in the process description.
> 
> Ahah, as they say.
> 
> > Can anyone give me any information on what this does?  Is
> > this the "perm gen" that Chuck mentioned before?
> 
> Yes, this controls the size of the permanent generation.  The permanent
> generation portion of the heap is where class objects (instances of
> java.lang.Class) are allocated.  If you have a lot of classes - which
> app servers frequently do - the size of this space needs to be
> increased.  A quick scan of the 1.4.2 HotSpot source shows the default
> value to be 64m.
> 
> > Are there any caveats to setting this memory option?
> 
> Other than it subtracts from the total heap space for normal object, no.
> 
>  - 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]
> 
>

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

Reply via email to