yamt commented on code in PR #2241:
URL: https://github.com/apache/nuttx-apps/pull/2241#discussion_r1441254205


##########
interpreters/wamr/Kconfig:
##########
@@ -103,10 +103,9 @@ config INTERPRETERS_WAMR_ENABLE_SPEC_TEST
 
 config INTERPRETERS_WAMR_STACK_GUARD_SIZE
        int "Custom stack guard size"
-       default 0
+       default 1024

Review Comment:
   1KB might be a bit too large for typical nuttx targets.
   but it's definitely safer than 0.
   also, 1KB is what wamr uses by default for other platforms.
   



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