diff --git a/src/common/fiber.cpp b/src/common/fiber.cpp index 213a03e8f7..ced7cd1a34 100644 --- a/src/common/fiber.cpp +++ b/src/common/fiber.cpp @@ -15,7 +15,7 @@ namespace Common { -constexpr size_t DEFAULT_STACK_SIZE = 512 * 1024; +constexpr size_t DEFAULT_STACK_SIZE = 128 * 4096; constexpr u32 CANARY_VALUE = 0xDEADBEEF; struct Fiber::FiberImpl {