Function set_minimum_stack_size

Source
pub fn set_minimum_stack_size(bytes: usize)
Expand description

This sets the minimum stack size that recursive requires.

If a function tagged with #[recursive] is called when the remaining stack size is less than this value a new stack gets allocated.

The default value if this function is never called is 128 KiB.