setting -Xss option and its impact on servlet threads

2005-07-27 Thread Peddireddy Srikanth
Hi , I read about -Xss JVM option used to set the thread stack size and I want to use it for tomcat during startup. My thinking is that if I set it to some smaller value than the default value, this will save me some memory when large number of sevlet threads are started by tomcat during high

Re: setting -Xss option and its impact on servlet threads

2005-07-27 Thread Darryl L. Miles
Peddireddy Srikanth wrote: 1) what is the default stack size for Sun JVM on windows (Win 2003 to be more specefic)?? Dont know. 2) Will this setting affect both normal threads and the servlet threads created by tomcat?? or only normal threads? I believe there is a 1:1 corelation

RE: setting -Xss option and its impact on servlet threads

2005-07-27 Thread Arup Vidyerthy
' It happened to us in our application when we used the -Xss parameter to override the default stack size to 128K. Regards... Arup Vidyerthy -Original Message- From: Darryl L. Miles [mailto:[EMAIL PROTECTED] Sent: 27 July 2005 12:03 To: Tomcat Users List Subject: Re: setting -Xss option and its

Re: setting -Xss option and its impact on servlet threads

2005-07-27 Thread Peddireddy Srikanth
: Re: setting -Xss option and its impact on servlet threads Peddireddy Srikanth wrote: 1) what is the default stack size for Sun JVM on windows (Win 2003 to be more specefic)?? Dont know. 2) Will this setting affect both normal threads and the servlet threads created by tomcat