Howdy, First, you need to tell if you're really leaking memory. You can do this with a Profiler, e.g. OptimizeIt or JProbe.
It may be that you're not leaking memory, you just need more than the default 64MB. There are many JVM runtime parameters available for tuning the heap, the key of which is -Xmx. Look at the VM Options page on java.sun.com for details. Yoav Shapira Millennium ChemInformatics >-----Original Message----- >From: Galbayar Dorjgotov [mailto:[EMAIL PROTECTED] >Sent: Saturday, March 29, 2003 8:26 PM >To: Tomcat Users List >Subject: URGENT: java.lang.OutOfMemoryError > >I'm running Tomcat 4.1.18 on Linux 7.3+jdk 1.4 and installed few webapps. >I think one application leaks memory but i can't detect what one leaks >memory? > >Tomcat reports(catalina.out) >Mar 29, 2003 11:34:25 PM org.apache.tomcat.util.log.CommonLogHandler log >SEVERE: Exception in acceptSocket >java.lang.OutOfMemoryError >java.lang.OutOfMemoryError > > >How do i detect which application leaks memory? > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
