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

Re: java.lang.OutOfMemoryError: PermGen space

2006-06-06 Thread Christian Reichlin
hi, if you have a lot of different webapps with the same third party libs in the WEB-INF/lib folder it might help if you move them to the shared/lib folder. i recommend to put only the third party libs there, who are definitely the same for all webapps, for example jdbc-driver and similar thi