mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-11 04:52:21 +02:00
Increase stack size
This commit is contained in:
parent
a67f68ee8c
commit
6f4680cb88
1 changed files with 2 additions and 2 deletions
|
@ -1484,8 +1484,8 @@ BpResult BpManager::Init(const char* serverName, const char* sessionName)
|
||||||
}
|
}
|
||||||
|
|
||||||
mRootCmdTarget.Init();
|
mRootCmdTarget.Init();
|
||||||
|
|
||||||
mThread = BfpThread_Create(ThreadProcThunk, (void*)this, 64 * 1024, BfpThreadCreateFlag_StackSizeReserve, &mThreadId);
|
mThread = BfpThread_Create(ThreadProcThunk, (void*)this, 512 * 1024, BfpThreadCreateFlag_StackSizeReserve, &mThreadId);
|
||||||
return BpResult_Ok;
|
return BpResult_Ok;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue