diff --git a/include/xrpl/core/Coro.ipp b/include/xrpl/core/Coro.ipp index e0d88cb21e..70e4681043 100644 --- a/include/xrpl/core/Coro.ipp +++ b/include/xrpl/core/Coro.ipp @@ -27,7 +27,7 @@ JobQueue::Coro::Coro(Coro_create_t, JobQueue& jq, JobType type, std::string cons finished_ = true; #endif }, - boost::coroutines::attributes(megabytes(2))) // 2MB stack (increased from 1MB) + boost::coroutines::attributes(megabytes(4))) // 4MB stack (increased from 1MB) { }