RE: Intermittent Performance Problems

2003-10-31 Thread Peter Guyatt
Hi There, Change to either the 1.4.2 or 1.3.1 branch of Java. Pete -Original Message- From: icewind [mailto:[EMAIL PROTECTED] Sent: 30 October 2003 20:42 To: [EMAIL PROTECTED] Subject: Intermittent Performance Problems Hello, I'm having performance issues that are hard to pin

RE: Intermittent Performance Problems

2003-10-30 Thread Shapira, Yoav
Howdy, 2003-10-22 12:24:28 CoyoteAdapter An exception or error occurred in the container during the request processing java.lang.OutOfMemoryError This is the problem. So, based on these two things, the problem seems to be a memory issue. I run java with the -Xmx2 That's an unusual and

RE: Intermittent Performance Problems

2003-10-30 Thread Mike Curwen
cocoon uses XSL/XML a lot doesn't it? If I'm remembering correctly, then there's a memory leak in jdk 1.4.1(_some build number I forget) that is exposed readily on systems that use StringBuffers quite a bit (which XSL processors apparently do). You might try an upgrade on the JDK to see if the