RE: Memory settings

2010-03-10 Thread Caldarale, Charles R
> From: Mats Eklund [mailto:mats.ekl...@yahoo.com] > Subject: RE: Memory settings > > Thanks, I'm trying the JConsole, but I'm not sure I'm connecting to the > relevant process? What flavor of Windows are you using? If it's Vista, 2008, or later, you won'

RE: Memory settings

2010-03-10 Thread Mats Eklund
can connect to!? --- On Tue, 3/9/10, Caldarale, Charles R wrote: From: Caldarale, Charles R Subject: RE: Memory settings To: "Tomcat Users List" Date: Tuesday, March 9, 2010, 10:34 PM > From: Mats Eklund [mailto:mats.ekl...@yahoo.com] > Subject: Re: Memory settings > > In

Re: Memory settings

2010-03-09 Thread André Warnier
MB. Anyway, 256 MB is higher than the default. --- On Tue, 3/9/10, André Warnier wrote: From: André Warnier Subject: Re: Memory settings To: "Tomcat Users List" Date: Tuesday, March 9, 2010, 9:59 PM Mats Eklund wrote: Hi, I'm using Tomcat 5.5 on Windows and am sometimes exp

RE: Memory settings

2010-03-09 Thread Caldarale, Charles R
> From: Mats Eklund [mailto:mats.ekl...@yahoo.com] > Subject: Re: Memory settings > > In the Java tab I have the Java Options field with parameters such as > "-Dcatalina.home...". So I just add another few lines to it with the "- > Xms..." parameters?

Re: Memory settings

2010-03-09 Thread Mats Eklund
stack size. Should I maybe use these fields instead? And finally, when nothing is specified here, what are the defaults? I have tried to find out by looking into some log files but havent found anything. --- On Tue, 3/9/10, André Warnier wrote: From: André Warnier Subject: Re: Memory settin

RE: Memory settings

2010-03-09 Thread Caldarale, Charles R
> From: Mats Eklund [mailto:mats.ekl...@yahoo.com] > Subject: Memory settings > > I'm also interested to know whether and how memory available > to the application can be configured. Memory isn't configured for individual webapps, it's done for the whole JVM. The standard settings (-Xmx, -Xms,

Re: Memory settings

2010-03-09 Thread André Warnier
Mats Eklund wrote: Hi, I'm using Tomcat 5.5 on Windows and am sometimes experiencing exceptions thrown in my web application: "java.lang.OutOfMemoryError: Java heap space". I will profile my application to see if this can be avoided by changing the code, however, I'm also interested to know whe

RE: Memory Settings in Tomcat 5.5.25

2008-06-06 Thread Caldarale, Charles R
> From: semaj2008 [mailto:[EMAIL PROTECTED] > Subject: RE: Memory Settings in Tomcat 5.5.25 > > 1. How do we view the memory settings if the tomcat > server is not installed as a service? If you're running Tomcat via the scripts, you can set heap limits via the JAVA_OPTS

RE: Memory Settings in Tomcat 5.5.25

2008-06-05 Thread semaj2008
Chuck, I am able to view the memory settings with tomcat5w.exe as you've said. few more questions: 1. How do we view the memory settings if the tomcat server is not installed as a service? 2. How do we view the memory settings if we run the server within eclipse? Thanks, Semaj Caldarale, Ch

RE: Memory Settings in Tomcat 5.5.25

2008-06-05 Thread Caldarale, Charles R
> From: semaj.najraham [mailto:[EMAIL PROTECTED] > Subject: Memory Settings in Tomcat 5.5.25 > > I am getting java.lang.OutOfMemoryError: PermGen space error in my > application. http://wiki.apache.org/tomcat/FAQ/Memory > I need to find what how much memory have been allocation for > tomcat 5.5.2