You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/03/27 06:01:02 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #635: Bump DEFAULT_TASK_STACKSIZE for the sim

xiaoxiang781216 commented on a change in pull request #635: Bump DEFAULT_TASK_STACKSIZE for the sim
URL: https://github.com/apache/incubator-nuttx/pull/635#discussion_r399050949
 
 

 ##########
 File path: Kconfig
 ##########
 @@ -29,6 +29,7 @@ config DEFAULT_SMALL
 
 config DEFAULT_TASK_STACKSIZE
 	int "The default stack size for tasks"
+	default 8192 if ARCH_SIM
 	default 2048
 
 Review comment:
   Should we need change to:
   default 2048 if !ARCH_SIM

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services