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

pub const _STK_LIM: usize = 8 * 1024 * 1024; // 0x0000_0000_0080_0000usize
Expand description

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