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 2022/01/28 06:34:52 UTC

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #5365: Revert "sim: add CONFIG_SIM_STACKSIZE_ADJUSTMENT to reduce variability"

yamt commented on a change in pull request #5365:
URL: https://github.com/apache/incubator-nuttx/pull/5365#discussion_r794235712



##########
File path: sched/Kconfig
##########
@@ -1828,12 +1828,14 @@ menu "Stack and heap information"
 
 config DEFAULT_TASK_STACKSIZE
 	int "The default stack size for tasks"
+	default 65536 if ARCH_SIM

Review comment:
       if/once this revert is merged, we can consider introducing an indirection like ARCH_USE_xxx or whatever.
   i personally feel it's simpler to have if ARCH_SIM here though.
   




-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org