mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-23 17:35:47 +01:00
Merge pull request #6055 from MerryMage/exceed-the-limit
[testing] fiber: Double default stack size
This commit is contained in:
commit
4aa8189328
@ -11,7 +11,7 @@
|
||||
|
||||
namespace Common {
|
||||
|
||||
constexpr std::size_t default_stack_size = 256 * 1024;
|
||||
constexpr std::size_t default_stack_size = 512 * 1024;
|
||||
|
||||
struct Fiber::FiberImpl {
|
||||
FiberImpl() : stack{default_stack_size}, rewind_stack{default_stack_size} {}
|
||||
|
Loading…
Reference in New Issue
Block a user