rt: Double stack size
This commit is contained in:
parent
91eb63eaee
commit
0391e14fc2
@ -15,7 +15,7 @@
|
|||||||
// FIXME (issue #151): This should be 0x300; the change here is for
|
// FIXME (issue #151): This should be 0x300; the change here is for
|
||||||
// practicality's sake until stack growth is working.
|
// practicality's sake until stack growth is working.
|
||||||
|
|
||||||
static size_t const min_stk_bytes = 0x100000;
|
static size_t const min_stk_bytes = 0x200000;
|
||||||
|
|
||||||
// Task stack segments. Heap allocated and chained together.
|
// Task stack segments. Heap allocated and chained together.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user