You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Kleber <kv...@f2b.com.br> on 2003/10/09 20:11:47 UTC

allocate more memory

Hello,

As I was using Orion server, I used to start it with some parameters to allocate more memory and to define the encoding, like this:

\java\jdk1.3.1_01\jre\bin\java.exe -server -Xms16m -Xmx512m -Xss4m -jar -Dfile.encoding=iso-8859-1 -Djdbc.connection.debug=true orion.jar

How can I use it at Tomcat, too?
Can I do it at startup.bat or at catalina.bat??
And finally, how can I check this?

Kleber