F Baube <fbaube <at> welho.com> writes: > After I have done this a few times, Rife fails like so: > > SEVERE: Exception starting filter RIFE > javax.servlet.ServletException: java.lang.OutOfMemoryError: PermGen space > [...] > I wonder, is this expected behavior ?
Yes, actually. Tomcat leaks memory when redeploying applications. This isn't much of a problem in development -- you can always restart tomcat when you run out of memory. In production, you shouldn't use hot redeployment -- and you shouldn't see this error. -- Pazu <[EMAIL PROTECTED]> _______________________________________________ Rife-users mailing list [email protected] http://www.uwyn.com/mailman/listinfo/rife-users
