Updates:
Status: Invalid
Comment #6 on issue 186 by [email protected]: Thread stack size should be
set explicitly to reduce virtual memory usage
http://code.google.com/p/memcached/issues/detail?id=186
Yeah, I'm going to close this as well. We don't really have time to go
searching out for the right stack size.
A million years ago, adjusting the stack size for MySQL was a huge deal as
otherwise you'd end up with a 2 meg static allocation. MySQL eventually
explicitly set their thread size... but it's been a long time since thread
stack memory wasn't lazily allocated, and any platform that does should use
limit -s on their own.
We can only accidentally break things by lowering it artificially :/