How do I assing more memory to Tomcat

2001-01-19 Thread Carlos López
Hola I nedd to assing more memory to Tomcat how do -I do this. Where can I find more information about TOMCAT_OPS Thanks

Re: How do I assing more memory to Tomcat

2001-01-19 Thread Geoff Lane
The TOMCAT_OPTS are really just JVM parameters. e.g.: TOMCAT_OPTS="-Xms16m -Xmx128m -native" or TOMCAT_OPTS="-Xms16m -Xmx128m" Run 'java -X' to get the options that your JVM supports. Carlos Lpez wrote: Hola I nedd to assing more memory to Tomcat how do -I do

Re: How do I assing more memory to Tomcat

2001-01-19 Thread Kurt Bernhard Pruenner
Carlos Lpez wrote: I nedd to assing more memory to Tomcat how do -I do this. Where can I find more information about TOMCAT_OPS Easy - run "java" without any parameters; I guess what you want is "java -X"... then set TOMCAT_OPTS to "-XmxsomethingMB". (if you

RE: How do I assing more memory to Tomcat

2001-01-19 Thread Carlos López
our site will have like 4000 user? - Original Message - From: Geoff Lane [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 19, 2001 10:29 AM Subject: Re: How do I assing more memory to Tomcat The TOMCAT_OPTS are really just JVM parameters. e.g.: TOMCAT_OPTS="-X

Re: How do I assing more memory to Tomcat

2001-01-19 Thread Geoff Lane
to assign to tomcat, we tink our site will have like 4000 user? - Original Message - From: Geoff Lane [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 19, 2001 10:29 AM Subject: Re: How do I assing more memory to Tomcat The TOMCAT_OPTS are really just JVM parameters