you may want to try another JDK implementation like BEA's jRockit... it has tools you can use in development environment for free to look for memory leaks and if you find that there is no leak in your app its improved garbage collector may help too.
with Sun's JDK, tomcat etc I always get memory-related errors from time to time... - overview http://dev2dev.bea.com/jrockit/ - download from here: http://dev2dev.bea.com/jrockit/versions.html - profiling and other performance analysis and tuning tools: http://dev2dev.bea.com/jrockit/tools.html it looks like some of the download URLs are down now, so you may also get it downloading weblogic server (it comes with jRockit as well)... Pedro Campa wrote: > > Hi > > I have e appfuse 2.0.1 based application in production from one week, and > after some days of work it become very very slow also with only one user. > The details are: > * (struts2+Jpa+Postgres) > * Windows server > * JDK 6 + Tomcat 6.x > * The server has not access to the internet network > * Logs are at WARN level, no particular error messages > * disk space seems ok > > Restarting Tomcat get application to work very fast, but after one day it > return very very slow. > Any Ideas ? > > I cannot have a smtp server, but appfuse web user registration is disabled > by jsp code (no links ...) so nobody can use this. Can be this however the > cause ? > > Thanks in advance, and sorry for my bad English. > Stefano > > > > -- View this message in context: http://www.nabble.com/All-pages-too-slow-tp17629492s2369p17653032.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
