Constant DEFAULT_RESERVED_CPU_CORES

pub const DEFAULT_RESERVED_CPU_CORES: usize = 1; // 1usize
Expand description

Default number of reserved CPU cores for non-reth processes.

This will be deducated from the thread count of main reth global threadpool.