RE: How to increase the stack memory for tomcat ?

2003-02-07 Thread Shapira, Yoav
Howdy, Really? The stack, no the heap? You're sure? Why? Try -Xss a parameter into your java command line. Yoav Shapira Millennium ChemInformatics -Original Message- From: Surendra Kumar [mailto:[EMAIL PROTECTED]] Sent: Friday, February 07, 2003 8:52 AM To: Tomcat Users List

RE: How to increase the stack memory for tomcat ?

2003-02-07 Thread Ming Zhao
If I want to increase the memory size of each process or session, how can I do for Tomcat only or Apache+Tomcat? --- Shapira, Yoav [EMAIL PROTECTED] wrote: Howdy, Really? The stack, no the heap? You're sure? Why? Try -Xss a parameter into your java command line. Yoav Shapira

RE: How to increase the stack memory for tomcat ?

2003-02-07 Thread Shapira, Yoav
Howdy, The JVM doesn't allocate memory to your process or session. It allocates memory on the heap which is shared by your processes and sessions. See the documentation for java's -Xms and -Xmx runtime options at http://java.sun.com/docs/hotspot/VMOptions.html You can set these options for