Re: OutOfMemory exception explanation?

2004-01-27 Thread Vitor Buitoni
Supposing it's not some kind of memory leak in your application, you could try increasing the JVM's heap size passing the parameter -Xmx 256m (256 or the size you like) to it. By default, the JVM limits the heap size to 64M, so if your application needs more than 64M you will get an

RE: OutOfMemory exception explanation?

2004-01-27 Thread MURAT BALKAS
: Subject: RE: OutOfMemory exception explanation? 27.01.2004 01:35

Re: OutOfMemory exception explanation?

2004-01-27 Thread Vitor Buitoni
] om cc: Subject: RE: OutOfMemory exception explanation

RE: OutOfMemory exception explanation?

2004-01-27 Thread Torstein Nilsen
- From: MURAT BALKAS [mailto:[EMAIL PROTECTED] Sent: 27. januar 2004 07:25 To: Tomcat Users List Subject: RE: OutOfMemory exception explanation? Hi, I need some info about these memory profiler's. Is there any free and easy-to-integrate-to-tomcat memory profiler? Thanks

RE: OutOfMemory exception explanation?

2004-01-27 Thread Dhruva B. Reddy
Users List [EMAIL PROTECTED] om cc: Subject: RE: OutOfMemory exception explanation

RE: OutOfMemory exception explanation?

2004-01-27 Thread Yansheng Lin
List Subject: RE: OutOfMemory exception explanation? I've looked for a free profiler, but was unable to find one (as in beer or speech). If you can deal with the barrage of sales calls, you can download a trial version of: JProbe: http://quest.com/jprobe/try.asp OptimizeIt: http://borland.com

RE: OutOfMemory exception explanation?

2004-01-27 Thread D'Alessandro, Arthur
there may be a failure. -Original Message- From: Yansheng Lin [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 27, 2004 11:44 AM To: 'Tomcat Users List' Subject: RE: OutOfMemory exception explanation? Apache JMeter And if you use eclipse, there is a plugin project on SourceForge called

RE: OutOfMemory exception explanation?

2004-01-27 Thread Shapira, Yoav
Howdy, As I indicated, the problem, when it occurs, only effects 1 of the many servlets. We have 2 WebApps running, both with a few servlets. This occurrs only on 1 servlet, and once it has errored, it causes that servlet to function improperly. Only that servlet, and even after completely

OutOfMemory exception explanation?

2004-01-26 Thread D'Alessandro, Arthur
We've been getting these every now and then: Jan 23, 2004 5:03:30 PM org.apache.tomcat.util.net.TcpWorkerThread runIt SEVERE: Exception in acceptSocket java.lang.OutOfMemoryError Jan 23, 2004 5:03:30 PM org.apache.tomcat.util.threads.ThreadPool$ControlRunnable run SEVERE: Caught exception

RE: OutOfMemory exception explanation?

2004-01-26 Thread Filip Hanik
download a memory profiler, should give you the exact place where memory is being wasted. probably in your own webapp -Original Message- From: D'Alessandro, Arthur [mailto:[EMAIL PROTECTED] Sent: Monday, January 26, 2004 11:43 AM To: Tomcat Users List Subject: OutOfMemory exception