pub fn run_preflight(
config: &ZebradConfig,
unsafe_low_specs: bool,
) -> Result<(), Report>Expand description
Runs zcashd-compat hardware preflight checks.
On Linux, checks CPU, effective memory and mount-aware disk provisioning.
On non-Linux, startup fails unless unsafe_low_specs is explicitly set.