rt: Double stack size

This commit is contained in:
Patrick Walton 2011-07-06 15:13:00 -07:00
parent 91eb63eaee
commit 0391e14fc2

View File

@ -15,7 +15,7 @@
// FIXME (issue #151): This should be 0x300; the change here is for
// 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.