Re: Tomact 5 - Out of Memory

2004-08-04 Thread chanho
Sorry, where and how should I set the JDK heap size - Original Message - From: Pradeep Chauhan [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, August 04, 2004 1:28 PM Subject: RE: Tomact 5 - Out of Memory Increase the JDK heap size either by JAVA_OPTS

Re: Tomact 5 - Out of Memory

2004-08-04 Thread Jignesh Patel
List [EMAIL PROTECTED] Sent: Wednesday, August 04, 2004 1:28 PM Subject: RE: Tomact 5 - Out of Memory Increase the JDK heap size either by JAVA_OPTS option or by registery IF Tomcat install as NT service then Use registry method else use JAVA_OPTS Pradeep -Original Message

RE: Tomact 5 - Out of Memory

2004-08-04 Thread Jignesh Patel
!) -Original Message- From: Pradeep Chauhan [mailto:[EMAIL PROTECTED] Sent: Wednesday, 4 August 2004 3:28 PM To: Tomcat Users List Subject: RE: Tomact 5 - Out of Memory Increase the JDK heap size either by JAVA_OPTS option or by registery IF Tomcat install as NT service then Use registry method

RE: Tomact 5 - Out of Memory

2004-08-04 Thread Dale, Matt
: 04 August 2004 18:03 To: Tomcat Users List Subject: Re: Tomact 5 - Out of Memory You cannot set it if you r not even willing to read any documentation after getting so much hint. On Wed, 2004-08-04 at 01:58, [EMAIL PROTECTED] wrote: Sorry, where and how should I set the JDK heap size

Re: Tomact 5 - Out of Memory

2004-08-04 Thread David Smith
Subject: RE: Tomact 5 - Out of Memory Increase the JDK heap size either by JAVA_OPTS option or by registery IF Tomcat install as NT service then Use registry method else use JAVA_OPTS Pradeep -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 04.08.2004 09:08

Re: Tomact 5 - Out of Memory

2004-08-04 Thread Jon Doe
From: David Smith [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Tomact 5 - Out of Memory Date: Wed, 04 Aug 2004 07:38:57 -0400 I would set JAVA_OPTS in the startup script you're using to start Tomcat. There are loads of emails

Re: Tomact 5 - Out of Memory

2004-08-04 Thread Emerson Cargnin
should I set the JDK heap size - Original Message - From: Pradeep Chauhan [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, August 04, 2004 1:28 PM Subject: RE: Tomact 5 - Out of Memory Increase the JDK heap size either by JAVA_OPTS option or by registery

RE: Tomact 5 - Out of Memory

2004-08-04 Thread Dale, Matt
: Tomact 5 - Out of Memory From: David Smith [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Tomact 5 - Out of Memory Date: Wed, 04 Aug 2004 07:38:57 -0400 I would set JAVA_OPTS in the startup script you're using to start Tomcat

RE: Tomact 5 - Out of Memory

2004-08-04 Thread Shapira, Yoav
Hi, But hey, I thought one of the big selling points is that Java DOES NOT LEAK! Am I mistaken? Isn't it's absence of pointers its big plus? If it does leak then changing the heap size is going to be irrelevant. No matter how large you set it it will bite you in the bum eventually! ;( You're

RE: Tomact 5 - Out of Memory

2004-08-04 Thread Caldarale, Charles R
From: Jon Doe [mailto:[EMAIL PROTECTED] Subject: Re: Tomact 5 - Out of Memory But hey, I thought one of the big selling points is that Java DOES NOT LEAK! It's not a memory leak in the C-sense. In a Java environment, the term refers to hanging onto references to objects when they have

Re: Tomact 5 - Out of Memory

2004-08-04 Thread David Smith
you don't intend to keep around from request to request. --David Jon Doe wrote: From: David Smith [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Tomact 5 - Out of Memory Date: Wed, 04 Aug 2004 07:38:57 -0400 I would set JAVA_OPTS

RE: Tomact 5 - Out of Memory

2004-08-04 Thread Pradeep Chauhan
To: [EMAIL PROTECTED] Subject: Re: Tomact 5 - Out of Memory From: David Smith [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Tomact 5 - Out of Memory Date: Wed, 04 Aug 2004 07:38:57 -0400 I would set JAVA_OPTS in the startup

RE: Tomact 5 - Out of Memory

2004-08-03 Thread Pradeep Chauhan
Increase the JDK heap size either by JAVA_OPTS option or by registery IF Tomcat install as NT service then Use registry method else use JAVA_OPTS Pradeep -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 04.08.2004 09:08 To: Tomcat Users List Subject: Tomact 5 -

RE: Tomact 5 - Out of Memory

2004-08-03 Thread Paul Wallace
Also ensure session expiry is firstly happening, and being handled (the later being optional!) -Original Message- From: Pradeep Chauhan [mailto:[EMAIL PROTECTED] Sent: Wednesday, 4 August 2004 3:28 PM To: Tomcat Users List Subject: RE: Tomact 5 - Out of Memory Increase the JDK heap