I use Tomcat in production only, I develop using the jetty plugin, and am very 
happy with it, though we have massive source tree and tend to have sizable 
pages too. I get the occasional Permgen, but not too often. I run Jetty with 
plenty of memory, and enable Class unloading on the JVM which is supposed to 
help: 
-Xmx1024m -XX:MaxPermSize=512M   -XX:PermSize=512M  
-XX:+CMSClassUnloadingEnabled

But its the JVM a fairly tricky beast to subdue.
Cheers,
Peter


-- 
If you are not an intended recipient of this e-mail, please notify the sender, 
delete it and do not read, act upon, print, disclose, copy, retain or 
redistribute it. Please visit http://www.albourne.com/email.html for important 
additional terms relating to this e-mail.

----- Original Message -----
From: "Thiago H. de Paula Figueiredo" <thiag...@gmail.com>
To: "Tapestry users" <users@tapestry.apache.org>
Sent: Friday, 12 February, 2010 18:25:27 GMT +02:00 Athens, Beirut, Bucharest, 
Istanbul
Subject: Re: [Tapestry Central] Live reloading of Tapestry services?

On Fri, 12 Feb 2010 13:58:42 -0200, Massimo Lusetti <mluse...@gmail.com>  
wrote:

> O dear stop using buggy containers :) ... sorry couldn't resist.

Are you talking about Tomcat? I'm using Jetty exclusively for a couple  
years and I can't recall having PermGen exceptions.

-- 
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,  
and instructor
Owner, software architect and developer, Ars Machina Tecnologia da  
Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to