pub const MAX_STACK_SIZE: usize = 20000;
Expand description

The largest possible stack size before a stack overflow error is raised by the runtime.