RE: verbose gc

2004-02-01 Thread Dhruva B. Reddy
-Original Message- From: Mohammed Javid - CTD, Chennai. Sent: Wednesday, January 14, 2004 10:00 PM To: '[EMAIL PROTECTED]' Subject:RE: verbose gc we are using tomcat 4.1 withjdk1.3, we have folowing clarifications 1) [Full GC 34521K-15504K(38328K), 0.5953540

RE: verbose gc

2004-02-01 Thread Papillon
-Original Message- From: Dhruva B. Reddy [mailto:[EMAIL PROTECTED] Sent: dimanche 1 février 2004 17:12 To: Tomcat Users List Subject: RE: verbose gc Check out Jeff Tulley's responses to my post OutOfMemoryError with Seemingly Plenty of Memory. You may also want to check out Sun's forums

RE: verbose gc

2004-02-01 Thread nate
Dhruva B. Reddy said: As I said in my post, we would get the OutOfMemoryError about every 24 hours. I tried setting MaxPermSize to 256MB (haven't been able to determine the default value for Sun's JVM, but it's 64MB for HP's JVM). This sets the size of the permanent generation, into which

RE: verbose gc

2004-01-29 Thread Mohammed Javid - CTD, Chennai.
- CTD, Chennai. Sent: Wednesday, January 14, 2004 10:00 PM To: '[EMAIL PROTECTED]' Subject: RE: verbose gc we are using tomcat 4.1 withjdk1.3, we have folowing clarifications 1) [Full GC 34521K-15504K(38328K), 0.5953540 secs] [GC 27533K-16335K(38328K), 0.0396336 secs

Re: verbose gc

2004-01-29 Thread Pete Stokes
- From: Mohammed Javid - CTD, Chennai. Sent: Wednesday, January 14, 2004 10:00 PM To: '[EMAIL PROTECTED]' Subject: RE: verbose gc we are using tomcat 4.1 withjdk1.3, we have folowing clarifications 1) [Full GC 34521K-15504K(38328K), 0.5953540 secs] [GC 27533K-16335K(38328K), 0.0396336 secs

RE: verbose gc

2004-01-29 Thread Ralph Einfeldt
(either system wide or per owner) The vm may have run out of non heap memory. (e.g.: Threadstacksize) -Original Message- From: Mohammed Javid - CTD, Chennai. [mailto:[EMAIL PROTECTED] Sent: Thursday, January 29, 2004 10:35 AM To: [EMAIL PROTECTED] Subject: RE: verbose gc

Re: verbose gc

2004-01-15 Thread Christopher Schultz
Mohammed, 1) [Full GC 34521K-15504K(38328K), 0.5953540 secs] [GC 27533K-16335K(38328K), 0.0396336 secs] 2) what does the above statements got in catalina.out means, is garbage collection active? Yes, garbale collection is active. When the garbage collector runs, it will print a line out to

Re: verbose gc

2004-01-14 Thread StokesP
I have an application stdout (in linux), and it goes there not catalina.out. If you are running Tomcat as a service, I think that could be different. Pete.

RE: verbose gc

2004-01-14 Thread Mohammed Javid - CTD, Chennai.
we are using tomcat 4.1 withjdk1.3, we have folowing clarifications 1) [Full GC 34521K-15504K(38328K), 0.5953540 secs] [GC 27533K-16335K(38328K), 0.0396336 secs] is the statements got in catalina.out by adding -server -verbose:gc in catalina.sh 2) what does the above statements got in