|
You can change the stack size by setting default_stksize to whatever value you need. Note, however, that it is the minimum size that a stack can have. In other words, no thread can be created with a stack size smaller than this value.
Increasing this value will result in increased kernel memory consumption, so do it only if really required.
|