rt: Turn on big stacks again. Unwinding still doesn't always succeed on mac

This commit is contained in:
Brian Anderson 2011-12-17 17:54:40 -08:00
parent 39c8f0cb4a
commit 68f4849f0f

View File

@ -74,7 +74,7 @@ get_min_stk_size() {
return strtol(stack_size, NULL, 0);
}
else {
return 0x300;
return 0x300000;
}
}