You can use JAVA_OPTS in the catalina.bat file and specify the heap size as in:

set JAVA_OPTS=%JAVA_OPTS% -Xmn128m -Xmx512m

just make sure that the memory you specify for Xmx is lesser than the
ram that you have on the physical machine hosting tomcat or else the
swap memory will be used and you will experience a frustrating
slowness in everything you do on that machine.

HTH,
Anoop

On 7/13/05, Ayyanar Inbamohan <[EMAIL PROTECTED]> wrote:
> 
> Hi all,
> 
>  CAn anyone help me ?
>  How to increase the number of threads that tomcat can
> process ?
> 
>  Also how to increase the size of the heap?
> 
> thanks in advance,
> Ayyanar.
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
Thanks and best regards,
Anoop

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to