RE: Tomcat memory

2016-02-22 Thread Gokul . Baskaran
Andre, Thanks for getting granular. Let me explain to the items which could have sounded to be confusing.. The JVM in discussion is Oracle JVM. OS is the 64bit Windows 2012. - OS has 6GB - OS should not impose a limit on memory (Only in this specific case, as OS is 64bit and total amount of

RE: Tomcat memory

2016-02-22 Thread Gokul . Baskaran
I meant the expectation as what I understood from the earlier posts. The hyperlink url was not formed correct, hyperlink url helped as well. Earlier I read it as the 1/64th and 1/4th applied only to the JSE5. Thanks to Olaf. -Gokul -Original Message- From: David kerber

Re: Tomcat memory

2016-02-22 Thread Gokul . Baskaran
The answer I expected is the JVM grows as much as to the available system memory of there are m min and max set. -Gokul Sent from iPhone > On Feb 22, 2016, at 2:43 AM, André Warnier (tomcat) wrote: > >> On 22.02.2016 03:44, Gokul.Baskaran wrote: >> Thanks again, to make

RE: Tomcat memory

2016-02-21 Thread Gokul . Baskaran
Thanks again, to make things clear. When I meant default, what is the default min and max that is given to an application if there nothing defined in the JVM ? In my case, the Tomcat is running on windows and I don't have setenv.bat or sentenv.sh or even catalina.bat and catalina.conf does not

RE: Tomcat memory

2016-02-21 Thread Gokul . Baskaran
Question was for Java 7 It is a Tomcat / Application question as well, as memory default can be configured in the application config. I totally agree that the best practice is to set the Xms and -Xmx. As am going to change the config, I would curious to know if the tomcat ui or the catalina

Tomcat memory

2016-02-20 Thread Gokul . Baskaran
Hi, I am currently running tomcat 7 in Windows 2012. The current JVM Heap memory parameters are set to empty, does the JVM Heap memory utilize the entire memory of the OS or does it default to a specific memory number? Thank you -Gokul