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

pub const _STK_LIM: usize = 8 * 1024 * 1024; // 0x0_000_000_000_800_000usize

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