« Return to Thread: java.lang.OutOfMemoryError: PermGen space

Re: AW: java.lang.OutOfMemoryError: PermGen space

by Christian Reichlin :: Rate this Message:

Reply to Author | View in Thread

> The problem whith PermGen space also occurs when I redeploy too often in a
> short amount of time. Does that point in any direction?

it points to the "class loader not released-problem" or at least to a
"class loader not released immediately-problem".

some more infos:
http://opensource.atlassian.com/confluence/spring/pages/viewpage.action?pageId=2669


Peter Neu wrote:

>Hello,
>
>thanks for the many replies. I do have many third party libaries (struts,
>fop etc.) so that could cause it. I also have a singleton pattern which is
>used many times because it hands out database connections.
>
>I will set the MaxPermSize variable in the CATALINA_OPTS variable and see
>what happens.
>
>The problem whith PermGen space also occurs when I redeploy too often in a
>short amount of time. Does that point in any direction?
>
>Cheers,
>Pete
>
>
>-----Ursprüngliche Nachricht-----
>Von: Antonio Petrelli [mailto:brenmcguire@...]
>Gesendet: Dienstag, 6. Juni 2006 15:38
>An: Tomcat Users List
>Betreff: Re: java.lang.OutOfMemoryError: PermGen space
>
>Peter Neu ha scritto:
>  
>
>>Hello,
>>
>>
>>
>>I have many memory consuming apps on my tomcat server. I a lot pdf & excel
>>generation. So every other week I get this error
>>
>>
>>
>> java.lang.OutOfMemoryError: PermGen space
>>
>>  
>>    
>>
>
>http://wiki.apache.org/tomcat/OutOfMemory
>HTH
>Antonio
>
>---------------------------------------------------------------------
>To start a new topic, e-mail: users@...
>To unsubscribe, e-mail: users-unsubscribe@...
>For additional commands, e-mail: users-help@...
>
>
>
>
>---------------------------------------------------------------------
>To start a new topic, e-mail: users@...
>To unsubscribe, e-mail: users-unsubscribe@...
>For additional commands, e-mail: users-help@...
>
>
>  
>

---------------------------------------------------------------------
To start a new topic, e-mail: users@...
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...

 « Return to Thread: java.lang.OutOfMemoryError: PermGen space