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

2006-06-06 Thread Christian Reichlin
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.atlassi

AW: java.lang.OutOfMemoryError: PermGen space

2006-06-06 Thread Peter Neu
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 ha