Re: [Tacos-devel] PermGen space - Caching is ON

2006-07-24 Thread Danny Angus
"Harvey, David " <[EMAIL PROTECTED]> wrote on 24/07/2006 02:50:17: > Thanks for your comments, discussion. However, this occurs when > caching is turned on, i.e. > -Dorg.apache.tapestry.disable-caching=false. > > I sure hope there's a fix, I don't know if MaxPermSize can be made > any larger in

Re: [Tacos-devel] PermGen space

2006-07-24 Thread Luca Fossato
L PROTECTED] On Behalf Of Jean-Eric > Cuendet > Sent: 22 July 2006 18:22 > To: Tapestry users > Cc: Tapestry users;Tacos Developers > Subject: Re: [Tacos-devel] PermGen space > > Hi all, > This problem is very common with Tapestry applications. This is due to > the fact

Re: [Tacos-devel] PermGen space

2006-07-23 Thread Peter Stavrinides
: [Tacos-devel] PermGen space Hi all, This problem is very common with Tapestry applications. This is due to the fact that Tapestry uses cglib to generate classes at runtime. Java uses a separate Heap space called "PermGenSpace" to put meta-data about classes, which is never garbage collecte

Re: [Tacos-devel] PermGen space - Caching is ON

2006-07-23 Thread Harvey, David
Thanks for your comments, discussion. However, this occurs when caching is turned on, i.e. -Dorg.apache.tapestry.disable-caching=false. I sure hope there's a fix, I don't know if MaxPermSize can be made any larger in production and it sounds from your discussion that making it larger will

Re: [Tacos-devel] PermGen space

2006-07-22 Thread Jean-Eric Cuendet
Hi all, This problem is very common with Tapestry applications. This is due to the fact that Tapestry uses cglib to generate classes at runtime. Java uses a separate Heap space called "PermGenSpace" to put meta-data about classes, which is never garbage collected (this is "normal" since normally

[Tacos-devel] PermGen space

2006-07-22 Thread Harvey, David
Hello all, We've been having occasional problems with PermGen out of space errors thrown during the execution of our Tapestry application. We usually get a stack trace with something about hivemind at the top (see below). Then, of course, we have to restart our app server. Our environment is