In what context are you using Tomcat (development, production), what machine are you using, what version of Java, memory errors are context specific, don't assume it relates to specifically tapestry. You may want to get all your info together and post on the Tomcat mailing list you should get what you are looking for.

PermGen is the permanent generation of classes, that don't get unloaded i.e.: classes that are not discarded, in development frequent restarts have been known to cause PermGen out of memory errors... it may just be a case of tuning this JVM parameter according to your environment

Hope this helps,
Peter

learner wrote:
i very frequent get this error after using tomcat for sometime. i know
increasing memory will temporary delay the problem. but is anyone of you
experience this when using tapestry? coz i get it too frequent and very curious...


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to