This is what Peter said to me. I set permgen to 256 MB and i still not
have any OutOfMemory exception.

Regards, Enrique.

El mar, 11-10-2005 a las 17:11 +0100, Peter Crowther escribió:
> > From: Enrique Rodriguez [mailto:[EMAIL PROTECTED] 
> > What i don't understand is that I "sometimes" get
> OutOfMemoryException
> > when i upload new aplitications to the tomcat using the manager.
> > 
> > I Profiled my aplication and i don't have any memory issue.
> 
> Just to check: Did your profiling include looking at PermGen?
> 
> > Is this a manager bug? Why the Total Memory is never higger 
> > than 128 MB but I get OutOfMemoryExceptions?
> 
> Java always loads classes into the permanent generation (PermGen) and
> never (to my knowledge) reclaims that space, even when you unload
> classes.  So you may be running out of PermGen space.  You may wish to
> increase that.  A search on a Tomcat archive for 'Permgen' should give
> you plenty more information!
> 
>                 - Peter

El lun, 17-10-2005 a las 12:14 +0200, t.n.a. escribió:
> Hi everyone,
> 
> on a 5.5.x(7+) tomcat production server I reload a web app with a touch 
> web.xml command after I upload new versions of classes and after several 
> such reloads, none of the tomcat hosted apps are available and I get the 
> error in the subject line.
> 
> Any ideas what the problem may be? Suggestions how to solve or 
> circumvent the issue?
> 
> TIA,
> Tomislav
> 
> ---------------------------------------------------------------------
> 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