diff --git a/core/config.h b/core/config.h index c341a9ad5..4e55c3312 100644 --- a/core/config.h +++ b/core/config.h @@ -486,7 +486,7 @@ /* UVWASI requires larger native stack */ #define WASM_STACK_GUARD_SIZE (4096 * 6) #else -#define WASM_STACK_GUARD_SIZE (1024) +#define WASM_STACK_GUARD_SIZE (1024 * 5) #endif #endif