Iosev Perez Rivero wrote:
how to increment the max memory of Tomcat´s JVM?? Because this is for default 
63 Mb, I need increment this count.
Tomcat use -server parametar and on new Java VM it means 256MB of memory by default. Anyway, if you need more memory change $CATALINA_HOME/bin/catalina.sh or catalina.bat (on Windows) file.

Add parametars like -Xms300m -Xmx500m or something. This means that Tomcat will use 300MB of memory when it started and it might take up to 500MB if needed.

--
Mladen Adamovic
http://home.blic.net/adamm http://www.shortopedia.com http://www.froola.com http://www.online-utility.org


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to