Constant _STK_LIM
pub const _STK_LIM: usize = _; // 8_388_608usize
Available on crate feature
dep_nc
only.Expand description
Limit the stack by to some sane default: root can always increase this limit if needed.. 8MB seems reasonable.