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 2021/12/11 10:08:36 UTC

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #4977: arch: add CONFIG_ARCH_STACKSIZE_ADJUSTMENT to reduce variability

Ouss4 commented on a change in pull request #4977:
URL: https://github.com/apache/incubator-nuttx/pull/4977#discussion_r767137509



##########
File path: sched/Kconfig
##########
@@ -1806,17 +1806,24 @@ endmenu # Work Queue Support
 
 menu "Stack and heap information"
 
+config ARCH_STACKSIZE_ADJUSTMENT
+	int "The adjustment of stack size for different arch"
+	default 65536 if ARCH_SIM
+	default 0 if !ARCH_SIM
+	---help---
+		The adjustment of stack size for different arch. When the task is
+		created, the stack size enpands automatically depending on the arch.

Review comment:
       ```suggestion
   		created, the stack size expands automatically depending on the arch.
   ```




-- 
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