raiden00pl commented on code in PR #17131:
URL: https://github.com/apache/nuttx/pull/17131#discussion_r2392114714


##########
boards/x86_64/intel64/qemu-intel64/configs/ostest/defconfig:
##########
@@ -48,4 +48,5 @@ CONFIG_START_MONTH=3
 CONFIG_START_YEAR=2011
 CONFIG_SYSTEM_TIME64=y
 CONFIG_TESTING_OSTEST=y
+CONFIG_TESTING_OSTEST_STACKSIZE=4194304

Review Comment:
   Modifying the ostest code is risky because I cannot guarantee that it won't 
break any architecture.
   
   Changing `CONFIG_TESTING_OSTEST_STACKSIZE` to use `DEFAULT_TASK_STACKSIZE` 
as default has a high chance of breaking something on low-resources MCUs:
   
   
https://github.com/apache/nuttx-apps/blob/3684699190d785a48919e293a768c57bc722a942/testing/ostest/Kconfig#L21-L25



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to