RE: Tomcat JVM GC

2004-08-25 Thread Dale, Matt
You can't disable garbage collection or java won't run. Please rephrase your question. -Original Message- From: Shakeel Ahmad [mailto:[EMAIL PROTECTED] Sent: 25 August 2004 12:08 To: Tomcat Users List Subject: Tomcat JVM GC Hi, can I disable GC thread in Tomcat. ---

RE: Tomcat JVM GC

2004-08-25 Thread Shakeel Ahmad
, we want that it made the gc thread ignored, keep in mind we are running at 1024-1024M on JVM heap. -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 25, 2004 4:15 PM To: Tomcat Users List Subject: RE: Tomcat JVM GC You can't disable garbage colle

RE: Tomcat JVM GC

2004-08-25 Thread Dale, Matt
Message- From: Shakeel Ahmad [mailto:[EMAIL PROTECTED] Sent: 25 August 2004 12:44 To: Tomcat Users List Subject: RE: Tomcat JVM GC Its known that JVM schedular runs gc thread depending upon some concrete values, now I want to set such parameters, or my heap sizes so that the JVM schedular

RE: Tomcat JVM GC

2004-08-25 Thread Mats Henrikson
> Its known that JVM schedular runs gc thread depending upon some concrete > values, now I want to set such parameters, or my heap sizes so that the JVM > schedular, ignores gc thread. We have 1.3G Ram on our server and our heap You are mistaken, you do not want it to ignore the gc thread, as you

RE: Tomcat JVM GC

2004-08-25 Thread Shakeel Ahmad
JVM's gc does not work automatically then our real time nodes can work more effectively. -Original Message- From: Mats Henrikson [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 25, 2004 4:46 PM To: Tomcat Users List Subject: RE: Tomcat JVM GC > Its known that JVM schedular r

RE: Tomcat JVM GC

2004-08-25 Thread Dale, Matt
my opinion. -Original Message- From: Shakeel Ahmad [mailto:[EMAIL PROTECTED] Sent: 25 August 2004 14:17 To: Tomcat Users List Subject: RE: Tomcat JVM GC Actually we have our own gc mechanism which has a proven record of doing things for our application, it never lets our application go out of memo

RE: Tomcat JVM GC

2004-08-25 Thread Shakeel Ahmad
Ok, thanks let me work around on your ideas, and let you know in couple of days, I really appreciate your prompt replies. -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 25, 2004 6:31 PM To: Tomcat Users List Subject: RE: Tomcat JVM GC You should