Re: AW: serious problem with Tomcat JVM running out of memory

2001-11-03 Thread Pier Fumagalli
manju at [EMAIL PROTECTED] wrote: > Hi, > > We are facing serious problems with the above problem when running jsp on > tomcat/linux. Could anyone please update me on the current status of handling > this problem. > > It is extremely critical for us. Please reply ASAP. As far as I know there a

AW: serious problem with Tomcat JVM running out of memory

2001-11-03 Thread manju
Hi, We are facing serious problems with the above problem when running jsp on tomcat/linux. Could anyone please update me on the current status of handling this problem. It is extremely critical for us. Please reply ASAP. Manjunath

Re: AW: Serious problem with Tomcat JVM running out of memory

2001-06-19 Thread Tom Amiro
Thomas Bezdicek wrote: > Hi, > > hmm, i just quickly looked at the code, and my first (and possible > not true, but first and only) idea was, what about the class > DocumentCache ??? is it freeing the memory, do you use explicit > System.gc() there from time to time (maybe use a timer-task)? I'v

AW: serious problem with Tomcat JVM running out of memory

2001-06-17 Thread Thomas Bezdicek
Hi, have you tried to set java memory parameters in tomcat.sh at TOMCAT_OPTS (e.g. -Xmx256m -Xms128m). We are running a quite large application without problems after setting these parameters. regards, tom btw: what xslt-processor do you use, cause we are experiencing an enormous performance lea