Iosev Perez Rivero wrote:
> Hot to increment the JVM´s memory???
> I need increase of JVM´s memory because I need that tomcat use more memory for work.

You can use the -Xms/-Xmx command line parameters of the java interpreter:
   -Xms : initial heap size
   -Xmx : maximum heap size
e.g. "java -Xmx3800m -Xms3800m ..."

Put them in the JAVA_OPTS environment variable or insert them directly in the catalina.bat/.sh.

Have a look here:
http://tomcat.apache.org/faq/memory.html
http://java.sun.com/performance/reference/whitepapers/tuning.html

  Guido

---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to