memory management

2005-05-02 Thread Derrick Koes
I found many questions and answers about this general topic, but my question is more specific I think. Tomcat 5 comes with a configuration utility which is installed on the start menu on Windows XP under Start--Programs--Apache Tomcat 5.0--Configure Tomcat. This pop-up has a Java tab which

Re: memory management

2005-05-02 Thread Scott Carr
Derrick Koes wrote: I found many questions and answers about this general topic, but my question is more specific I think. Tomcat 5 comes with a configuration utility which is installed on the start menu on Windows XP under Start--Programs--Apache Tomcat 5.0--Configure Tomcat. This pop-up has

jdk 1.5.0 and memory management per web-app/vhost

2005-02-08 Thread Delian Krustev
Hello, I've found this article: http://www.javaspecialists.co.za/archive/Issue092.html which directed me to these new features of jdk1.5: http://java.sun.com/j2se/1.5.0/docs/api/java/lang/management/MemoryPoolMXBean.html

Linux memory management with Tomcat question

2004-05-13 Thread tom ly
I've got tomcat running on a Linux machine with 2000GB of RAM. The tomcat settings are JAVA_OPTS=-server -Xms1500M -Xmx1500M; therefore, when i start Tomcat, I'll see free memory drop to about 500MB - which is expected. But, when tomcat is running and especially under heavy load the free

Re: Linux memory management with Tomcat question

2004-05-13 Thread Peter Lin
ok, so your server has 2GB of ram or 2000Mb. the memory usage may increase for several reasons, the primary one is there's a slow leak in one of your applications. This may be as simple as several objects referencing each other. If they happen to result in circular references, the garbage

Re: Linux memory management with Tomcat question

2004-05-13 Thread tom ly
Thanks for the reply Peter. Which OS are you using? Peter Lin [EMAIL PROTECTED] wrote: ok, so your server has 2GB of ram or 2000Mb. the memory usage may increase for several reasons, the primary one is there's a slow leak in one of your applications. This may be as simple as several objects

Problem with memory management useing tomcat

2003-02-06 Thread Piotr Stanek
Hi! I have a problem with memory managament. I have an application (content management of art portal) running on tomcat 4.1.18 and useing mysql 3.23. The application is running on a linux server (Redhat 7.1, RAM 512 Mb). I run tomcat with options -Xmx64 -Xms32 and after one day of running the

RE: Problem with memory management useing tomcat

2003-02-06 Thread Shapira, Yoav
, February 06, 2003 6:07 AM To: [EMAIL PROTECTED] Subject: Problem with memory management useing tomcat Hi! I have a problem with memory managament. I have an application (content management of art portal) running on tomcat 4.1.18 and useing mysql 3.23. The application is running on a linux server (Redhat

Memory Management in Tomcat

2003-01-23 Thread Rommel Sharma
Hi! May be this question has been asked in the past, but I need some information.reference material on Memory Management in Tomcat. 1. How do we handle 'Memory Management' problems in Tomcat when huge applications are running, and a lot of objects are stored in the memory of the JVM. 2

Re: memory management

2002-08-02 Thread Brian Wolf
and other good stuff available to the whole JVM. AFAIK, Tomcat sets no limit on the amount of memory a servlet consumes. Regards, Michael - Original Message - From: Brian Wolf [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 31, 2002 9:45 PM Subject: memory management

Re: memory management

2002-08-02 Thread Michael Locasto
Message - From: Brian Wolf [EMAIL PROTECTED] To: Michael E. Locasto [EMAIL PROTECTED]; Tomcat Users List [EMAIL PROTECTED] Sent: Friday, August 02, 2002 4:30 PM Subject: Re: memory management Thanks Michel, But how do I get tomcat to invoke these options? I don't see it in the configuration

memory management

2002-07-31 Thread Brian Wolf
Can anyone tell me how to increase the amount of memory available to a servlet running in tomcat? Thanks in advance! Brian -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: memory management

2002-07-31 Thread Michael E. Locasto
. Regards, Michael - Original Message - From: Brian Wolf [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 31, 2002 9:45 PM Subject: memory management Can anyone tell me how to increase the amount of memory available to a servlet running in tomcat? Thanks in advance! Brian