We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730370e commit 415d714Copy full SHA for 415d714
interpreters/wamr/Kconfig
@@ -103,10 +103,9 @@ config INTERPRETERS_WAMR_ENABLE_SPEC_TEST
103
104
config INTERPRETERS_WAMR_STACK_GUARD_SIZE
105
int "Custom stack guard size"
106
- default 0
+ default 1024
107
---help---
108
- Reserve some space in stack as guard to detect stack overflow,
109
- use stack base by default but may not safe enough.
+ Reserve some space in stack as guard to detect stack overflow.
110
111
config INTERPRETERS_WAMR_THREAD_MGR
112
bool "Enable thread manager"
0 commit comments