mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-23 23:30:54 +00:00
change coroutine stack size to 4MB.
Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com>
This commit is contained in:
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user