Re: memory question - heap size and windows process

2011-01-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Leo, On 1/24/2011 5:15 PM, Leo Donahue - PLANDEVX wrote: > Memory Usage, not Memory Usage Delta. I have the following choices in Microsoft Windows Task Manager: Memory - Working Set Memory - Peak Working Set Memory - Working Set Delta Memory - Privat

RE: memory question - heap size and windows process

2011-01-24 Thread Leo Donahue - PLANDEVX
Chris, Sorry about the long delay, Exchange took a break this morning. >-Original Message- >From: Christopher Schultz [mailto:ch...@christopherschultz.net] >Subject: Re: memory question - heap size and windows process > >Leo, > >On 1/24/2011 10:30 AM, Leo Donahue -

Re: memory question - heap size and windows process

2011-01-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Leo, On 1/24/2011 10:30 AM, Leo Donahue - PLANDEVX wrote: > Is there a correlation between the heap size Tomcat is using and the memory > allocated to the Tomcat process running as a windows service - depicted in > task manager, or are these not rel

Re: Memory Question

2009-05-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matt, On 5/4/2009 11:29 PM, Matt Corban wrote: > Where does Tomcat store the memory usage that it displays in the Server > Status under the Manager console? I was thinking about writing a shell > script to keep track of the memory usage over time (su

Re: Memory Question

2009-05-04 Thread Alex Mestiashvili
Matt Corban wrote: Where does Tomcat store the memory usage that it displays in the Server Status under the Manager console? I was thinking about writing a shell script to keep track of the memory usage over time (such as the free memory, total memory and max memory) and store it in a file. Tha

RE: Memory Question

2009-05-04 Thread Caldarale, Charles R
> From: Matt Corban [mailto:mcor...@tcservices.biz] > Subject: Memory Question > > Where does Tomcat store the memory usage that it displays in the Server > Status under the Manager console? Tomcat doesn't store that info - it's kept by the JVM; look at the java.lang.Runtime API spec. More deta

RE: Memory question

2008-07-24 Thread Matt Burkhardt
TED] > > Subject: Re: Memory question > > > > I believe the startup script accepts extra parameters and just > > passes them on to the JVM for startup. You should be able to do: > > > > startup.sh -Xmx512m > > Unfortunately not, although it certainly w

Re: Memory question

2008-07-24 Thread David Smith
Ooops. It's been a long time since I've taken a look at catalina.sh. Just saw the startup.sh pass parameters along. --David Caldarale, Charles R wrote: From: David Smith [mailto:[EMAIL PROTECTED] Subject: Re: Memory question I believe the startup script accepts extra parameter

RE: Memory question

2008-07-23 Thread Caldarale, Charles R
> From: David Smith [mailto:[EMAIL PROTECTED] > Subject: Re: Memory question > > I believe the startup script accepts extra parameters and just > passes them on to the JVM for startup. You should be able to do: > > startup.sh -Xmx512m Unfortunately not, although it certainl

Re: Memory question

2008-07-23 Thread David Smith
If you login to tomcat's manager webapp, you can see the memory settings and usage on the running system. Regarding setting the memory, etc., ... I believe the startup script accepts extra parameters and just passes them on to the JVM for startup. You should be able to do: startup.sh -Xmx512

RE: Memory question

2008-07-23 Thread Caldarale, Charles R
> From: Matt Burkhardt [mailto:[EMAIL PROTECTED] > Subject: Memory question > > JAVA_OPTS="${JAVA_OPTS} -Djava.awt.headless=true -Xms512M -Xmx512M > -XX:PermSize=256M -XX:MaxPermSize=256M It's a bad idea to set JAVA_OPTS globally, since you have no idea who's going to be looking at it. Also, you