the array length. I would guess that's how
it's implemented.
-Original Message-
From: "David Johnson"<[EMAIL PROTECTED]>
To: "Tomcat Users List"
Date: Thu Jan 06 07:40:27 PST 2005
Subject: Re: Out of Memory when compiling JSP (Struts app on Tomcat 4.1.27
AIL PROTECTED]
> > Sent: 06 January 2005 14:57
> > To: Tomcat Users List; [EMAIL PROTECTED]
> > Subject: RE: Out of Memory when compiling JSP (Struts app on Tomcat
> > 4.1.27)
> >
> > Chachany,
> >
> > It sounds like it's using the default of -Xmx64m. Pr
hat or start with -XX:MaxPermSize=128M
>
> -Original Message-
> From: SANTOS, DANIEL (SBCSI) [mailto:[EMAIL PROTECTED]
> Sent: 06 January 2005 14:57
> To: Tomcat Users List; [EMAIL PROTECTED]
> Subject: RE: Out of Memory when compiling JSP (Struts app on Tomcat
> 4.1.
: RE: Out of Memory when compiling JSP (Struts app on Tomcat
4.1.27)
Chachany,
It sounds like it's using the default of -Xmx64m. Probably the best way
to troubleshoot out or memory errors is to see what is really happening
with garbage collecting, the same way that you tune it. If you ca
all versions, I
think 1.4 and up or 1.3 and up). But the -Xverbosegc works all the way
back to 1.1 if I'm correct.
Daniel
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 06, 2005 8:25 AM
To: tomcat-user@jakarta.apache.org
Subject: Out of
is tomcat restarting the web application when you compile these jsps?
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: 06 January 2005 14:25
> To: tomcat-user@jakarta.apache.org
> Subject: Out of Memory when compiling JSP (Struts app on
Hi all
I'm working on an application currently that is experiencing some
intermittent memory problems when installed onto our "integration
test" server, but not on the development staff's local laptops.
I have attempted to increase the maximum memory available to Tomcat by
creating a global envir