the explanation is that this instance was actually not deployed on JBoss, it was the standalone edition, which probably lacks any memory JVM-startup params. JBoss of course comes up with memory configuration, and we did not yet observe any memory issues yet with the continuum webapp :)
@Reinhard, sorry to say, but the information in your blog is wrong. It has nothing to do with JBoss. It is a Tomcat-issue. See JBoss wiki. -----Ursprüngliche Nachricht----- Von: Reinhard Moser [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 27. März 2008 10:01 An: [email protected] Betreff: Re: editBuildDefinitionTemplate --> java.lang.OutOfMemoryError: PermGen space Hi Marc, this error occurs, if to less PermGenSpace is available. JVM-Standard for PermGen-space are 64Mb. You can set this as jvm Parameter: -XX:MaxPermSize=128m regards Reinhard p.s. http://blog.meimberg.info/?p=207 (german) || Lustig, Marc (Allianz Deutschland AG) schrieb: > We have Continumm 1.1 deployed on Linux/JBoss 4.2.2 and get this error > after clicking button "editBuildDefinitionTemplate". No redeployments. > > Is this is a known problem? > Is there any known memory leak in the continuum-app that is possible to > prevent? > > >
