Re: Info on PermSize and MaxPermSize

2012-03-16 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 3/16/12 7:44 AM, André Warnier wrote: See previous answers. +1 The procrun page clearly describes how to pass any option directly to the JVM. Yes, it's just a bit confusing because for -XMs and -XMx, there a

Re: Info on PermSize and MaxPermSize

2012-03-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 3/16/12 7:44 AM, André Warnier wrote: > See previous answers. +1 The procrun page clearly describes how to pass any option directly to the JVM. - -chris -BEGIN PGP SIGNATURE- Version: GnuPG/MacGPG2 v2.0.17 (Darwin) Comment: GPGToo

Re: Info on PermSize and MaxPermSize

2012-03-16 Thread Geet Chandra
Could you please tell me how to set -XX:MaxPermSize=96m and -XX:PermSize=72m in Window Registry, when I start tomcat as window service, it should pass these value to JVM. Can I execute the following command to register "%EXECUTABLE%" //US//%SERVICE_NAME% ++JvmOptions "-Djava.io.tmpdir=%CATAL

Re: Info on PermSize and MaxPermSize

2012-03-16 Thread André Warnier
Geet Chandra wrote: On Fri, Mar 16, 2012 at 1:24 PM, André Warnier wrote: Geet Chandra wrote: ... ... Here is code snippet for registering as Windows service "%EXECUTABLE%" //IS//%SERVICE_NAME% --Install="C:\Program Files\\non<**Product>\tomcat\b\bin\tomcat6.**exe" --Jvm=auto --StartM

Re: Info on PermSize and MaxPermSize

2012-03-16 Thread André Warnier
Geet Chandra wrote: .. One more question, I would like to ask, Like ""%EXECUTABLE%" //US//%SERVICE_NAME% ++JvmOptions " Djava.io.tmpdir=%CATALINA_BASE%\temp" --JvmMs 256 --JvmMx 512 " How can I set JAVA_OPTS=-Xms256m -Xmx512m using ""%EXECUTABLE%" //US//%SERVICE_NAME% ++JvmOptions " Dj

Re: Info on PermSize and MaxPermSize

2012-03-16 Thread Geet Chandra
On Fri, Mar 16, 2012 at 1:24 PM, André Warnier wrote: > Geet Chandra wrote: > ... > > ... > > > >>>Here is code snippet for registering as Windows service >> "%EXECUTABLE%" //IS//%SERVICE_NAME% --Install="C:\Program >> Files\\non<**Product>\tomcat\b\bin\tomcat6.**exe" --Jvm=auto >> --StartMod

Re: Info on PermSize and MaxPermSize

2012-03-16 Thread Geet Chandra
On Fri, Mar 16, 2012 at 1:24 PM, André Warnier wrote: > Geet Chandra wrote: > ... > > ... > > > >>>Here is code snippet for registering as Windows service >> "%EXECUTABLE%" //IS//%SERVICE_NAME% --Install="C:\Program >> Files\\non<**Product>\tomcat\b\bin\tomcat6.**exe" --Jvm=auto >> --StartMod

Re: Info on PermSize and MaxPermSize

2012-03-16 Thread André Warnier
Geet Chandra wrote: ... ... Here is code snippet for registering as Windows service "%EXECUTABLE%" //IS//%SERVICE_NAME% --Install="C:\Program Files\\non\tomcat\b\bin\tomcat6.exe" --Jvm=auto --StartMode=jvm --StopMode=jvm --StartClass=org.apache.catalina.startup.Bootstrap --StartParams=star

Re: Info on PermSize and MaxPermSize

2012-03-15 Thread Geet Chandra
On Thu, Mar 15, 2012 at 6:05 PM, André Warnier wrote: > Geet Chandra wrote: > >> Version of Tomcat is 6.0.035 As Tomcat is being >> shipped >> >> with product developed, we are providing command line utility,using the >> same utility users are of product allow to change the co

Re: Info on PermSize and MaxPermSize

2012-03-15 Thread André Warnier
Geet Chandra wrote: Version of Tomcat is 6.0.035 As Tomcat is being shipped with product developed, we are providing command line utility,using the same utility users are of product allow to change the configurable parameters as per application type deployed in tomcat.We are u

Re: Info on PermSize and MaxPermSize

2012-03-14 Thread Geet Chandra
Version of Tomcat is 6.0.035 As Tomcat is being shipped with product developed, we are providing command line utility,using the same utility users are of product allow to change the configurable parameters as per application type deployed in tomcat.We are using .vbs as mentioned

Re: Info on PermSize and MaxPermSize

2012-03-14 Thread Pid
On 14/03/2012 09:22, André Warnier wrote: > Geet Chandra wrote: >> how to set -XX:PermSize and -XX:MaxPermSize at startup of Tomcat?. >> Please let me know > > Considering that you don't really seem to know what they are, you > probably shouldn't. > By default, the JVM on your platform will

Re: Info on PermSize and MaxPermSize

2012-03-14 Thread André Warnier
Geet Chandra wrote: how to set -XX:PermSize and -XX:MaxPermSize at startup of Tomcat?. Please let me know Considering that you don't really seem to know what they are, you probably shouldn't. By default, the JVM on your platform will use reasonable values. So why exactly do you want t

Re: Info on PermSize and MaxPermSize

2012-03-13 Thread Geet Chandra
how to set -XX:PermSize and -XX:MaxPermSize at startup of Tomcat?. Please let me know On Mon, Feb 20, 2012 at 12:25 PM, Thomas Rohde wrote: > Hi Geet, > > these parameters are not Tomcat specific. This are JVM parameters as Chuck > mentioned. The parameter -XX:PermSize defines the initial

Re: Info on PermSize and MaxPermSize

2012-02-19 Thread Thomas Rohde
Hi Geet, these parameters are not Tomcat specific. This are JVM parameters as Chuck mentioned. The parameter -XX:PermSize defines the initial size of the PermGen (permanent generation) of the jvm memory. -XX:MaxPermSize is to set the max size. Thomas Am 20.02.2012 04:46, schrieb Geet Chand

RE: Info on PermSize and MaxPermSize

2012-02-19 Thread Caldarale, Charles R
> From: Geet Chandra [mailto:gee...@gmail.com] > Subject: Info on PermSize and MaxPermSize > What is the difference beween PermSize and MaxPermSize in Tomcat That is not a Tomcat question, it's a JVM one: http://lmgtfy.com/?q=jvm+permsize+maxpermsize - Chuck THIS COMMUNICATI

Info on PermSize and MaxPermSize

2012-02-19 Thread Geet Chandra
Hi All, Please let me know, What is the difference beween PermSize and MaxPermSize in Tomcat -- Thanks & Regards Geet