[][src]Constant nc::types::_STK_LIM

pub const _STK_LIM: usize = 8 * 1024 * 1024; // 8_388_608usize

Limit the stack by to some sane default: root can always increase this limit if needed.. 8MB seems reasonable.