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 whic

RE: verbose gc

2004-02-01 Thread Papillon
his job. Regards, leakim -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 ma

RE: verbose gc

2004-02-01 Thread Dhruva B. Reddy
Processor(HttpConnector. > java:937) > at > org.apache.catalina.connector.http.HttpConnector.createProcessor(HttpConnect > or.java:868) > at > org.apache.catalina.connector.http.HttpConnector.run(HttpConnector.java:1075 > ) >at java.lang.Thread.run(Th

RE: verbose gc

2004-01-29 Thread Ralph Einfeldt
e threads (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] >

Re: verbose gc

2004-01-29 Thread Pete Stokes
essage- 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->163

RE: verbose gc

2004-01-29 Thread Mohammed Javid - CTD, Chennai.
hammed 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

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 st

RE: verbose gc

2004-01-14 Thread Mohammed Javid - CTD, Chennai.
y 14, 2004 2:18 PM > To: '[EMAIL PROTECTED]' > Subject: verbose gc > > Hi, > > When we give verbose:gc in cataline.sh during startup of tomcat where > does > the gc information get logged. > I am not

Re: verbose gc

2004-01-14 Thread StokesP
ECTED] Chennai." cc: <[EMAIL PROTECTED] Subject:

verbose gc

2004-01-14 Thread Mohammed Javid - CTD, Chennai.
Hi, When we give verbose:gc in cataline.sh during startup of tomcat where does the gc information get logged. I am not seeing any information in catalina.out. thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona