Subj : Re: Best possible stack size for a thread To : comp.programming.threads From : Markus.Elfring Date : Fri Sep 16 2005 07:01 am > I need to know is such a large stack size required for the thread to function. > How can I find out a optimal value for the stack size of a thread? Are the following tools useful if you are interested in a reduced memory consumption? 1. http://www.cs.utah.edu/~regehr/stacktool/ (http://embedded.com/showArticle.jhtml?articleID=47101892) 2. http://www.cs.ucla.edu/~palsberg/resource-aware-compilation.html 3. http://www.absint.com/stackanalyzer/ Regards, Markus .