tmedicci commented on PR #11425: URL: https://github.com/apache/nuttx/pull/11425#issuecomment-1864358271
> @tmedicci why not try this tool #11348 to optimize the stack usage in the common case? It's always the last resort to increase the stack size. Hi @xiaoxiang781216 , that is a good tool to help development (I didn't know about it, thanks)! But we are already having problems with insufficient stack size for the init thread (which, for these `defconfig`s are the NSH task), so that's why we are increasing it (please note that we are changing only the init task stack size, not the default value for the task's stack size). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org