diff --git a/src/common/fiber.cpp b/src/common/fiber.cpp index 0e7f28c5b9..77d8377fc4 100644 --- a/src/common/fiber.cpp +++ b/src/common/fiber.cpp @@ -15,7 +15,7 @@ namespace Common { #ifdef __OPENORBIS__ -constexpr size_t DEFAULT_STACK_SIZE = 128 * 4096; +constexpr size_t DEFAULT_STACK_SIZE = 256 * 4096; #else constexpr size_t DEFAULT_STACK_SIZE = 512 * 4096; #endif