Skip to main content

TOOL_ARGS_JSON_LIMIT

Constant TOOL_ARGS_JSON_LIMIT 

Source
pub const TOOL_ARGS_JSON_LIMIT: usize = _; // 65_536usize
Expand description

Maximum byte length of ZEPH_TOOL_ARGS_JSON to avoid E2BIG when spawning hook processes.

OS ARG_MAX is ~1 MB on macOS and ~2 MB on Linux; staying well below that avoids E2BIG.