pub fn set_gpu_batch_input_limit(bytes: usize)Expand description
Override the GPU batch input limit for this process. Call before scanning.
0 resets to the VRAM-adaptive default; any other value is clamped into
gpu_batch_input_limit_bounds at read time. Tier-A config knob
(compiled default -> TOML -> CLI), the sizing analogue of
crate::types::set_regex_dfa_limit.