Re: Increasing JVM parameter in Linux

2007-02-26 Thread Muruganantham
Thanks a lot Christopher. On 2/26/07, Christopher Schultz <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Muruga, Muruganantham wrote: > Can any one let me know how to increase the [MaxPermSize] JVM > parameter in tomcat? $ export JAVA_OPTS="-XX:MaxPermSize=256m" $

Re: Increasing JVM parameter in Linux

2007-02-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Muruga, Muruganantham wrote: > Can any one let me know how to increase the [MaxPermSize] JVM > parameter in tomcat? $ export JAVA_OPTS="-XX:MaxPermSize=256m" $ startup.sh > [Is it] safe or it will affect the already stored web app files. Changing t

Increasing JVM parameter in Linux

2007-02-25 Thread Muruganantham
Hi, Can any one let me know how to increase the JVM paramerter in tomcat and i am using linux environment.I want to set something like the following MaxPermSize=256m whether it is safe or it will affect the already stored web app files. -- Regards, Muruga