> From: Benoit VARVENNE [mailto:[EMAIL PROTECTED]
> Is there a way of determining what are "reasonable" values
> for the stack
> size (maybe according to the potential number of threads, ...) ?

Profile the app.  And, for you in particular, know how deep the recursion will 
go and hence how large one stack needs to be.

Also, can you move any data off the stack onto the heap?  This reduces your 
maximum stack size.

                - Peter

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to