Re: Apache Tomcat Memory Allocation

2024-08-09 Thread Olaf Kock
On 09.08.24 09:13, Sagar Palle wrote: Hi I am not able to find the setenv.bat in this location C:\tomcat-9.0.84\bin). Simply create it. It's not there by default, so it won't be overwritten with your next update. If it's there, it's included in the startup process, and you can set environme

Re: Apache Tomcat Memory Allocation

2024-08-09 Thread Sagar Palle
Hi I am not able to find the setenv.bat in this location C:\tomcat-9.0.84\bin). Regards, Sagar Palle. From: Christopher Schultz Sent: Thursday, August 8, 2024 7:20 PM To: users@tomcat.apache.org Subject: Re: Apache Tomcat Memory Allocation CAUTION: External

Re: Apache Tomcat Memory Allocation

2024-08-08 Thread Christopher Schultz
Sagar, On 8/8/24 05:47, Mark Thomas wrote: On 08/08/2024 10:40, Sagar Palle wrote: Hi, I have installed the tomcat version *tomcat-9.0.84 *in the window system, it is consuming 29GB memory, and we configure the memory in the catalina.bat(C:\tomcat-9.0.84\bin) 24GB, it is still consuming the

Re: Apache Tomcat Memory Allocation

2024-08-08 Thread Mark Thomas
On 08/08/2024 10:40, Sagar Palle wrote: Hi, I have installed the tomcat version *tomcat-9.0.84 *in the window system, it is consuming 29GB memory, and we configure the memory in the catalina.bat(C:\tomcat-9.0.84\bin) 24GB, it is still consuming the 29GB memory. That is entirely expected. "

Apache Tomcat Memory Allocation

2024-08-08 Thread Sagar Palle
Hi, I have installed the tomcat version tomcat-9.0.84 in the window system, it is consuming 29GB memory, and we configure the memory in the catalina.bat(C:\tomcat-9.0.84\bin) 24GB, it is still consuming the 29GB memory. OS Details: [cid:a972b6db-8d96-431c-8d05-d6ffade7ad1e] Can you please sugg

RE: Tomcat memory allocation

2011-12-12 Thread Jeffrey Janner
> -Original Message- > From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] > Sent: Friday, December 09, 2011 10:35 AM > To: Tomcat Users List > Subject: RE: Tomcat memory allocation > > > From: Martin O'Shea [mailto:app...@dsl.pipex.com] &

Re: Tomcat memory allocation

2011-12-12 Thread Mark H. Wood
On Fri, Dec 09, 2011 at 02:52:23PM -, Martin O'Shea wrote: > Thanks for this Chuck. I realise now what is happening. I thought the > PermGen space was used in the heap when now I see it as just storing class > definitions. So I could reduce it below 128Mb if I choose. Is there a > default value

Re: Tomcat memory allocation

2011-12-09 Thread Pid
On 09/12/2011 16:37, André Warnier wrote: > David kerber wrote: >> On 12/9/2011 10:49 AM, Caldarale, Charles R wrote: >>>> From: Martin O'Shea [mailto:app...@dsl.pipex.com] >>>> Subject: RE: Tomcat memory allocation >>> >>>> I should add

Re: Tomcat memory allocation

2011-12-09 Thread André Warnier
David kerber wrote: On 12/9/2011 10:49 AM, Caldarale, Charles R wrote: From: Martin O'Shea [mailto:app...@dsl.pipex.com] Subject: RE: Tomcat memory allocation I should add that Tomcat is running as a Windows service, it isn't started manually. In that case, nothing that

RE: Tomcat memory allocation

2011-12-09 Thread Caldarale, Charles R
> From: Martin O'Shea [mailto:app...@dsl.pipex.com] > Subject: RE: Tomcat memory allocation > I believe I should be looking in the Windows Registry DO NOT edit the Windows registry - you will break something. Use the tomcat?w.exe utility; that's what it's for. - Ch

RE: Tomcat memory allocation

2011-12-09 Thread Martin O'Shea
...@verizon.net] Sent: 09 Dec 2011 16 02 To: users@tomcat.apache.org Subject: Re: Tomcat memory allocation On 12/9/2011 10:49 AM, Caldarale, Charles R wrote: >> From: Martin O'Shea [mailto:app...@dsl.pipex.com] >> Subject: RE: Tomcat memory allocation > >> I

Re: Tomcat memory allocation

2011-12-09 Thread David kerber
On 12/9/2011 10:49 AM, Caldarale, Charles R wrote: From: Martin O'Shea [mailto:app...@dsl.pipex.com] Subject: RE: Tomcat memory allocation I should add that Tomcat is running as a Windows service, it isn't started manually. In that case, nothing that we've been discussing

Re: Tomcat memory allocation

2011-12-09 Thread André Warnier
uck.caldar...@unisys.com] Sent: 09 Dec 2011 15 29 To: Tomcat Users List Subject: RE: Tomcat memory allocation From: Martin O'Shea [mailto:app...@dsl.pipex.com] Subject: RE: Tomcat memory allocation But if I change the settings in catalina.bat to: Don't make changes to catalina.bat; cr

RE: Tomcat memory allocation

2011-12-09 Thread Caldarale, Charles R
> From: Martin O'Shea [mailto:app...@dsl.pipex.com] > Subject: RE: Tomcat memory allocation > I should add that Tomcat is running as a Windows service, > it isn't started manually. In that case, nothing that we've been discussing about JAVA_OPTS, CATALINA_OPTS, sta

RE: Tomcat memory allocation

2011-12-09 Thread Martin O'Shea
I should add that Tomcat is running as a Windows service, it isn't started manually. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: 09 Dec 2011 15 29 To: Tomcat Users List Subject: RE: Tomcat memory allocation > From: Martin O'She

RE: Tomcat memory allocation

2011-12-09 Thread Caldarale, Charles R
> From: Martin O'Shea [mailto:app...@dsl.pipex.com] > Subject: RE: Tomcat memory allocation > Sorry to belabour this but if I create a setenv.bat file with settings: > set CATALINA_OPTS=%CATALINA_OPTS% -Xms128m -Xmx768m -XX:MaxPermSize=128m > where should the file go an

RE: Tomcat memory allocation

2011-12-09 Thread Martin O'Shea
...@unisys.com] Sent: 09 Dec 2011 15 29 To: Tomcat Users List Subject: RE: Tomcat memory allocation > From: Martin O'Shea [mailto:app...@dsl.pipex.com] > Subject: RE: Tomcat memory allocation > But if I change the settings in catalina.bat to: Don't make changes to catalina.bat; cre

RE: Tomcat memory allocation

2011-12-09 Thread Caldarale, Charles R
> From: Martin O'Shea [mailto:app...@dsl.pipex.com] > Subject: RE: Tomcat memory allocation > But if I change the settings in catalina.bat to: Don't make changes to catalina.bat; create a setenv.bat to hold all your local settings. > set CATALINA_OPTS=%CATALINA_O

RE: Tomcat memory allocation

2011-12-09 Thread Daniel Mikusa
onder if memory was to blame although there is nothing in the system > or server logs to say so. > > -Original Message- > From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] > Sent: 09 Dec 2011 14 46 > To: Tomcat Users List > Subject: RE: Tomcat memory

Re: Tomcat memory allocation

2011-12-09 Thread Ronald Klop (Mailing List)
Op vrijdag, 9 december 2011 16:11 schreef Pid : On 09/12/2011 14:52, Martin O'Shea wrote: > -Original Message- > From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] > Sent: 09 Dec 2011 14 46 > To: Tomcat Users List > Subject: RE: Tomcat memory

RE: Tomcat memory allocation

2011-12-09 Thread Martin O'Shea
ading? -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: 09 Dec 2011 15 03 To: Tomcat Users List Subject: RE: Tomcat memory allocation > From: Martin O'Shea [mailto:app...@dsl.pipex.com] > Subject: RE: Tomcat memory allocation > So I could reduce

Re: Tomcat memory allocation

2011-12-09 Thread Pid
On 09/12/2011 14:52, Martin O'Shea wrote: > -Original Message- > From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] > Sent: 09 Dec 2011 14 46 > To: Tomcat Users List > Subject: RE: Tomcat memory allocation > >> From: Martin O'Shea [mailt

RE: Tomcat memory allocation

2011-12-09 Thread Caldarale, Charles R
> From: Martin O'Shea [mailto:app...@dsl.pipex.com] > Subject: RE: Tomcat memory allocation > So I could reduce it below 128Mb if I choose. Is there a > default value? Yes - for each platform and JVM type. Use JConsole on a running JVM to see what it is. > A job hung ear

RE: Tomcat memory allocation

2011-12-09 Thread Martin O'Shea
earlier and I wonder if memory was to blame although there is nothing in the system or server logs to say so. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: 09 Dec 2011 14 46 To: Tomcat Users List Subject: RE: Tomcat memory allocation > From: Mar

RE: Tomcat memory allocation

2011-12-09 Thread Caldarale, Charles R
> From: Martin O'Shea [mailto:app...@dsl.pipex.com] > Subject: Tomcat memory allocation > Following advice found elsewhere on the internet Always to be taken with large chunks of salt. > set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m -XX:MaxPermSize=128m You would be

Tomcat memory allocation

2011-12-09 Thread Martin O'Shea
Hello Following advice found elsewhere on the internet, I've just added the following line to the catalina.bat file in my installation of tomcat 6.0.26: set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m -XX:MaxPermSize=128m I know that settings: Xms128m -Xmx512m Control the initial heap size and wha

Re: tomcat memory allocation

2006-07-11 Thread Leon Rosenberg
Tomcat Users List Onderwerp: Re: tomcat memory allocation Speulman, Elly wrote: > Hi, > > Is there anyone out there who has been able to configure more than 1550M for > Tomcat 5.0 on a Windows advanced server installation. The server has a total > of 4Gb of memory. We are just not a

RE: tomcat memory allocation

2006-07-11 Thread Speulman, Elly
-Oorspronkelijk bericht- Van: Mark Thomas [mailto:[EMAIL PROTECTED] Verzonden: donderdag 6 juli 2006 3:25 Aan: Tomcat Users List Onderwerp: Re: tomcat memory allocation Speulman, Elly wrote: > Hi, > > Is there anyone out there who has been able to configure more than 1550M for

Re: tomcat memory allocation

2006-07-05 Thread Mark Thomas
Speulman, Elly wrote: > Hi, > > Is there anyone out there who has been able to configure more than 1550M for > Tomcat 5.0 on a Windows advanced server installation. The server has a total > of 4Gb of memory. We are just not able to cross a border. > Config of Tomcat memory takes place via the Tomc

Re: tomcat memory allocation

2006-07-05 Thread David Rees
On 7/5/06, Speulman, Elly <[EMAIL PROTECTED]> wrote: Is there anyone out there who has been able to configure more than 1550M for Tomcat 5.0 on a Windows advanced server installation. The server has a total of 4Gb of memory. We are just not able to cross a border. Config of Tomcat memory takes pl

tomcat memory allocation

2006-07-05 Thread Speulman, Elly
Hi, Is there anyone out there who has been able to configure more than 1550M for Tomcat 5.0 on a Windows advanced server installation. The server has a total of 4Gb of memory. We are just not able to cross a border. Config of Tomcat memory takes place via the Tomcat configuration buttons. Perhaps